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

pub struct Push { /* fields omitted */ }

The PUSH SocketType wrapper type

Push implements SinkSocket.

Trait Implementations

impl From<(Socket, PollEvented<File<ZmqFile>>)> for Push
[src]

Performs the conversion.

impl AsSocket for Push
[src]

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

impl SinkSocket for Push
[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 Push
[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 Push

impl !Sync for Push