pub trait AddrBind {
    fn addr_bind(&self) -> &Address;
}

Required Methods§

Implementors§