pub trait SetAddrLocal {
    fn set_addr_local(&mut self, addr_local_in: &Service);
}

Required Methods§

Implementors§