pub trait SmallFloat<T>: Sized {
// Required method
fn small_float(self) -> T;
}Expand description
See Xias::small_float.
Required Methods§
Sourcefn small_float(self) -> T
fn small_float(self) -> T
See Xias::small_float.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.