Trait enumx::IntoEnum

source ·
pub trait IntoEnum<Enum, Index, Kind> {
    fn into_enum(self) -> Enum;
}
Expand description

Converts an exchangeable enum into another one.

Required Methods§

Implementors§