Skip to main content

TryGoToF64

Trait TryGoToF64 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl TryGoToF64 for u64

Source§

impl TryGoToF64 for u128

Source§

impl TryGoToF64 for usize

Implementors§