TryGoToU64

Trait TryGoToU64 

Source
pub trait TryGoToU64 {
    // Required method
    fn try_goto_u64(&self) -> Result<u64, ConversionError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl TryGoToU64 for f32

Source§

impl TryGoToU64 for f64

Source§

impl TryGoToU64 for u128

Source§

impl TryGoToU64 for usize

Implementors§