Trait finte::IntEnum[][src]

pub trait IntEnum: Sized {
    type Int;
    fn int_value(&self) -> Self::Int;
fn try_from_int(value: Self::Int) -> Option<Self>; }

Associated Types

Required methods

Implementors