Trait ToI8

Source
pub trait ToI8 {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn to_i8(self) -> Self::Output

Implementors§