Trait ToISize

Source
pub trait ToISize {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn to_isize(self) -> Self::Output

Implementors§