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

Required Methods§

source

fn addr_mut(&mut self) -> &mut Address

Implementors§