[][src]Trait mongodb_cwal::compat::u2f::FromF64

pub trait FromF64 {
    fn from_f64(v: f64) -> Self;
}

Converts from f64 value

Required methods

fn from_f64(v: f64) -> Self

Converts from f64 value

Loading content...

Implementations on Foreign Types

impl FromF64 for u32[src]

impl FromF64 for u16[src]

impl FromF64 for u8[src]

impl FromF64 for u64[src]

Loading content...

Implementors

Loading content...