Trait ToI32

Source
pub trait ToI32 {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn to_i32(self) -> Self::Output

Implementors§