Trait ToU8

Source
pub trait ToU8 {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn to_u8(self) -> Self::Output

Implementors§