Struct tokio_zmq::PairControlled [] [src]

pub struct PairControlled { /* fields omitted */ }

The controlled variant of Pair

Trait Implementations

impl AsControlledSocket for PairControlled
[src]

[src]

Any implementing type must have a method of getting a reference to the inner ControlledSocket. Read more

impl<H> ControlledStreamSocket<H> for PairControlled where
    H: ControlHandler
[src]

[src]

Receive a single multipart message from the socket.

[src]

Receive a stream of multipart messages from the socket.

impl ControlledSinkSocket for PairControlled
[src]

[src]

Send a single multipart message to the socket. Read more

[src]

Get a sink to send a stream of multipart messages to the socket. Read more