[][src]Trait tmq::AsZmqSocket

pub trait AsZmqSocket {
    fn get_socket(&self) -> &Socket;
}

Trait for various ZMQ socket wrappers.

Required methods

fn get_socket(&self) -> &Socket

Return a reference to the inner ZMQ socket.

Loading content...

Implementors

impl AsZmqSocket for Dealer[src]

impl AsZmqSocket for Publish[src]

impl AsZmqSocket for Pull[src]

impl AsZmqSocket for Push[src]

impl AsZmqSocket for RequestReceiver[src]

impl AsZmqSocket for RequestSender[src]

impl AsZmqSocket for Router[src]

impl AsZmqSocket for Subscribe[src]

Loading content...