pub trait EnumIndexGet {
    fn index(&self) -> u16;
}

Required Methods§

Implementors§