pub trait Address: Unpin + 'static { fn host(&self) -> &str; fn port(&self) -> Option<u16>; }
Connect request
Host name of the request
Port of the request