pub trait U64:
Ord
+ Copy
+ Clone
+ Default
+ From<u64>
+ Into<u64> { }Expand description
U64 is a type that can be converted to and from u64
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.