Struct tokio_zmq::socket::types::Router[][src]

pub struct Router { /* fields omitted */ }

The ROUTER SocketType wrapper type

Router implements StreamSocket and SinkSocket, and has an associated controlled variant.

Trait Implementations

impl Clone for Router
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsSocket for Router
[src]

Any type implementing AsSocket must have a way of returning a reference to a Socket.

Any type implementing AsSocket must have a way of consuming itself and returning a socket.

impl StreamSocket for Router
[src]

Receive a single multipart message from the socket. Read more

Receive a stream of multipart messages from the socket. Read more

impl SinkSocket for Router
[src]

Send a single multipart message to the socket. Read more

Send a stream of multipart messages to the socket. Read more

impl<'a> TryFrom<SockConfig<'a>> for Router
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

Auto Trait Implementations

impl !Send for Router

impl !Sync for Router