pub trait IntoEnum<Enum, Index, Kind> { fn into_enum(self) -> Enum; }
Converts an exchangeable enum into another one.