Trait humansize::ToF64

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

Required Methods

Implementations on Foreign Types

Implementors