Skip to main content

Crc32HashCodeToVnodeExt

Trait Crc32HashCodeToVnodeExt 

Source
trait Crc32HashCodeToVnodeExt {
    // Required method
    fn to_vnode(self, _: usize) -> VirtualNode;
}

Required Methods§

Source

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".

Implementors§