trait Crc32HashCodeToVnodeExt {
// Required method
fn to_vnode(self, _: usize) -> VirtualNode;
}Required Methods§
Sourcefn to_vnode(self, _: usize) -> VirtualNode
fn to_vnode(self, _: usize) -> VirtualNode
Converts the hash code to a virtual node, based on the given total count of vnodes.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".