tinymist_std::hash

Trait StaticHash128

Source
pub trait StaticHash128 {
    // Required method
    fn get_hash(&self) -> u128;
}
Expand description

A trait that provides a static prehashed 128-bit hash.

Required Methods§

Source

fn get_hash(&self) -> u128

Get the prehashed 128-bit hash.

Trait Implementations§

Source§

impl Hash for dyn StaticHash128

Source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more

Implementors§