pub trait GetAddrMut {
    fn addr_mut(&mut self) -> &mut Address;
}

Required Methods§

Implementors§