pub trait HashableRustyValue {
// Required method
fn into_hashable_rusty_value(self) -> HashableValue;
}Required Methods§
fn into_hashable_rusty_value(self) -> HashableValue
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".