Trait enumx::IntoEnumX

source ·
pub trait IntoEnumX<Dest, Indices> {
    fn into_enumx(self) -> Dest;
}
Expand description

Converts an ad-hoc enum into another one.

Required Methods§

Implementors§