TryGoToF64

Trait TryGoToF64 

Source
pub trait TryGoToF64 {
    // Required method
    fn try_goto_f64(&self) -> Result<f64, ConversionError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl TryGoToF64 for u64

Source§

impl TryGoToF64 for u128

Source§

impl TryGoToF64 for usize

Implementors§