poly_enum 0.1.0

Hierarchical polymorphism with enums
Documentation
1
2
3
4
use poly_enum::PolyEnum;

#[derive(PolyEnum)]
enum _Basic {}