UniqId

Trait UniqId 

Source
pub trait UniqId {
    // Required method
    fn get_id(&self) -> &String;
}

Required Methods§

Source

fn get_id(&self) -> &String

Implementors§