pub trait HasId {
    fn id(&self) -> &str;
}

Required methods

Implementors