pub trait WithName {
    fn name(&self) -> &str;
}

Required methods

Implementors