pub trait AddrName {
    fn addr_name(&self) -> &str;
}

Required Methods§

Implementors§