pub trait VnodeMappingItem {
type Item: Copy + Ord + Hash + Debug;
}Expand description
Trait for items that can be used as keys in VnodeMapping.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".