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

pub struct Pull { /* fields omitted */ }

The PULL SocketType wrapper type

Pull implements StreamSocket, and has an associated controlled variant.

Trait Implementations

impl From<(Socket, EventedFile)> for Pull
[src]

Performs the conversion.

impl AsSocket for Pull
[src]

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

impl StreamSocket for Pull
[src]

Receive a single multipart message from the socket. Read more

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

Auto Trait Implementations

impl Send for Pull

impl !Sync for Pull