[][src]Trait runng::socket::Dial

pub trait Dial: Socket {
    fn dial(&mut self, url: &str) -> Result<&mut Self> { ... }
fn dial_flags(&mut self, url: &str, flags: SocketFlags) -> Result<&mut Self> { ... }
fn dialer_create(&self, url: &str) -> Result<NngDialer> { ... } }

Socket that can connect to ("dial") another Socket.

Provided methods

fn dial(&mut self, url: &str) -> Result<&mut Self>

Dial socket specified by URL. See nng_dial

fn dial_flags(&mut self, url: &str, flags: SocketFlags) -> Result<&mut Self>

Dial socket specified by URL. See nng_dial

fn dialer_create(&self, url: &str) -> Result<NngDialer>

Loading content...

Implementors

impl Dial for Bus0[src]

impl Dial for Pair0[src]

impl Dial for Pair1[src]

impl Dial for Pub0[src]

impl Dial for Pull0[src]

impl Dial for Push0[src]

impl Dial for Rep0[src]

impl Dial for Req0[src]

impl Dial for Sub0[src]

Loading content...