Trait raui::data::Hashable [] [src]

pub trait Hashable {
    fn hash_val(&self) -> u64;
}

Required Methods

Implementors