Trait raui::data::HashedId [] [src]

pub trait HashedId {
    fn hashed_id(&self) -> u64;
}

Required Methods

Implementors