Module tokio_zmq::socket [] [src]

This module contains useful traits and types for working with ZeroMQ Sockets.

Structs

ControlledSocket

Defines a raw ControlledSocket type

Dealer

The DEALER SocketType wrapper type.

DealerControlled

The controlled variant of Dealer

Pair

The PAIR SocketType wrapper type.

PairControlled

The controlled variant of Pair

Pub

The PUB SocketType wrapper type

Pull

The PULL SocketType wrapper type

PullControlled

The controlled variant of Pull

Push

The PUSH SocketType wrapper type

Rep

The REP SocketType wrapper type

RepControlled

The controlled variant of Rep

Req

The REQ SocketType wrapper type

Router

The ROUTER SocketType wrapper type

RouterControlled

The controlled variant of Router

SockConfig

The final builder step for some socket types

Socket

Defines the raw Socket type. This type should never be interacted with directly, except to create new instances of wrapper types.

Sub

The SUB SocketType wrapper type

SubControlled

The controlled variant of Sub.

Xpub

The XPUB SocketType wrapper type

XpubControlled

The controlled variant of Xpub

Xsub

The XSUB SocketType wrapper type

XsubControlled

The controlled variant of Xsub