pub trait IntoEnum<Enum, Index> { // Required method fn into_enum(self) -> Enum; }
Wraps a variant into an enum.