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

pub struct Pub { /* fields omitted */ }

The PUB SocketType wrapper type

Pub implements SinkSocket.

Trait Implementations

impl Clone for Pub
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsSocket for Pub
[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 SinkSocket for Pub
[src]

[src]

Send a single multipart message to the socket. Read more

[src]

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

impl<'a> TryFrom<SockConfig<'a>> for Pub
[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.