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

Implementors