Trait xias::SmallFloat [−][src]
pub trait SmallFloat<T>: Sized {
fn small_float(self) -> T;
}
Expand description
See Xias::small_float
.
Required methods
fn small_float(self) -> T
fn small_float(self) -> T
See Xias::small_float
.