Identifiable

Trait Identifiable 

Source
pub trait Identifiable {
    // Required method
    fn get_id(&self) -> u32;
}
Expand description

Trait for types with unique identifiers

Required Methods§

Source

fn get_id(&self) -> u32

Implementors§