Trait IntoEnum

Source
pub trait IntoEnum {
    // Required method
    fn into_enum(self) -> ProtocolMsg;
}

Required Methods§

Implementors§