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

Required Methods

Implementors