TryGoToU8

Trait TryGoToU8 

Source
pub trait TryGoToU8 {
    // Required method
    fn try_goto_u8(&self) -> Result<u8, ConversionError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl TryGoToU8 for f32

Source§

impl TryGoToU8 for f64

Source§

impl TryGoToU8 for u16

Source§

impl TryGoToU8 for u32

Source§

impl TryGoToU8 for u64

Source§

impl TryGoToU8 for u128

Source§

impl TryGoToU8 for usize

Implementors§