[][src]Trait actori_connect::Address

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

Connect request

Required methods

fn host(&self) -> &str

Host name of the request

fn port(&self) -> Option<u16>

Port of the request

Loading content...

Implementations on Foreign Types

impl Address for String[src]

impl Address for &'static str[src]

impl Address for Uri[src]

Loading content...

Implementors

Loading content...