pub trait VnodeMappingItem {
type Item: Copy + Ord + Hash + Debug;
}
Expand description
Trait for items that can be used as keys in VnodeMapping
.
pub trait VnodeMappingItem {
type Item: Copy + Ord + Hash + Debug;
}
Trait for items that can be used as keys in VnodeMapping
.