Skip to main content

TryGoToF32

Trait TryGoToF32 

Source
pub trait TryGoToF32 {
    // Required method
    fn try_goto_f32(&self) -> Result<f32, Gistyr>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl TryGoToF32 for f64

Source§

impl TryGoToF32 for u32

Source§

impl TryGoToF32 for u64

Source§

impl TryGoToF32 for u128

Source§

impl TryGoToF32 for usize

Implementors§