Skip to content

Releases: Zettroke/declarative_enum_dispatch

declarative_enum_dispatch v0.1.2

04 Aug 12:18
Compare
Choose a tag to compare
  • Add support for async functions
  • Allow trailing comma in argument list

declarative_enum_dispatch v0.1.1

06 Jun 00:56
Compare
Choose a tag to compare

Add support for trait inheritance and lifetime
a.k.a

pub trait ShapeTrait: Clone + std::fmt::Debug + 'static {}

Limitation

Only one lifetime is supported, standalone or at the end of a trait list.