Trait xias::LossyFloat[][src]

pub trait LossyFloat<T>: Sized {
    fn lossy_float(self) -> T;
}
Expand description

Required methods

Implementations on Foreign Types

Implementors