pub trait FromEnumX<Src, Indices> {
fn from_enumx(src: Src) -> Self;
}Expand description
Constructs an ad-hoc enum from another one.
pub trait FromEnumX<Src, Indices> {
fn from_enumx(src: Src) -> Self;
}Constructs an ad-hoc enum from another one.