pub trait InvertedUnsigned {
// Required method
fn to_u64() -> u64;
}Expand description
Inverted unsigned numbers
Required Methods§
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.