Releases: Zettroke/declarative_enum_dispatch
Releases · Zettroke/declarative_enum_dispatch
declarative_enum_dispatch v0.1.2
declarative_enum_dispatch v0.1.1
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.