Trait ToInt

Source
pub trait ToInt {
    type Output;

    // Required method
    fn to_int(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn to_int(self) -> Self::Output

Implementors§