pub trait IntoEnum<Enum, Index> { fn into_enum(self) -> Enum; }
Converts into an enum as its variant.