pub trait IntoEnumX<Dest, Indices> { fn into_enumx(self) -> Dest; }
Converts an ad-hoc enum into another one.