pub trait ServerOperators { fn host(&self) -> [u8; 4]; fn port(&self) -> u16; fn address(&self) -> SocketAddr { ... } }