Trait xias::SmallFloat[][src]

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

Required methods

Implementations on Foreign Types

Implementors