PrintableId

Trait PrintableId 

Source
pub trait PrintableId {
    // Required method
    fn prefix(&self) -> &'static str;
}

Required Methods§

Source

fn prefix(&self) -> &'static str

Implementors§