Trait hyperparameter::XXHashable

source ·
pub trait XXHashable {
    // Required method
    fn xxh(&self) -> u64;
}

Required Methods§

source

fn xxh(&self) -> u64

Implementations on Foreign Types§

source§

impl XXHashable for &str

source§

fn xxh(&self) -> u64

source§

impl XXHashable for &String

source§

fn xxh(&self) -> u64

source§

impl XXHashable for CString

source§

fn xxh(&self) -> u64

source§

impl XXHashable for String

source§

fn xxh(&self) -> u64

source§

impl XXHashable for CStr

source§

fn xxh(&self) -> u64

Implementors§