TryGoToUsize

Trait TryGoToUsize 

Source
pub trait TryGoToUsize {
    // Required method
    fn try_goto_usize(&self) -> Result<usize, ConversionError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl TryGoToUsize for f32

Source§

impl TryGoToUsize for f64

Source§

impl TryGoToUsize for u64

Source§

impl TryGoToUsize for u128

Implementors§