pub trait GetAddrRef {
    fn addr(&self) -> &Address;
}

Required Methods§

Implementors§