Trait actix_connect::Address[][src]

pub trait Address: Unpin + 'static {
    fn host(&self) -> &str;
fn port(&self) -> Option<u16>; }
Expand description

Connect request

Required methods

Host name of the request

Port of the request

Implementations on Foreign Types

Implementors