XXHashable

Trait 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§