[][src]Trait bson::compat::u2f::ToF64

pub trait ToF64 {
    fn to_f64(&self) -> f64;
}

Converts primitive unsigned types to f64

Required methods

fn to_f64(&self) -> f64

Converts to f64 value

Loading content...

Implementations on Foreign Types

impl ToF64 for u8[src]

impl ToF64 for u16[src]

impl ToF64 for u32[src]

impl ToF64 for u64[src]

Loading content...

Implementors

Loading content...