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 Clone for Pull
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsSocket for Pull
[src]

[src]

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

[src]

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

impl StreamSocket for Pull
[src]

[src]

Receive a single multipart message from the socket. Read more

[src]

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

[src]

Receive a stream of multipart messages from the socket ending when end_handler's should_stop returns true. Read more

impl IntoControlledSocket for Pull
[src]

[src]

Construct a controlled version of the given socket.

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

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

The type returned in the event of a conversion error.

[src]

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

Performs the conversion.