Trait ShortId

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

Required Methods§

Implementors§