TryGoToU32

Trait TryGoToU32 

Source
pub trait TryGoToU32 {
    // Required method
    fn try_goto_u32(&self) -> Result<u32, ConversionError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl TryGoToU32 for f32

Source§

impl TryGoToU32 for f64

Source§

impl TryGoToU32 for u64

Source§

impl TryGoToU32 for u128

Source§

impl TryGoToU32 for usize

Implementors§