pub trait SmallInt<T>: Sized {
// Required method
fn small_int(self) -> T;
}Expand description
See Xias::small_int.
Required Methods§
Sourcefn small_int(self) -> T
fn small_int(self) -> T
See Xias::small_int.
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.