pub trait Hash {
const HASH: u32;
}
Expand description
Represents a trait for associating a unique, compile-time constant hash with a type.
Required Associated Constants§
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.