pub trait Enum: Name + Variants<Self> + Sized { }

Implementors§