Module tokio_zmq::socket::types[][src]

This module defines all the socket wrapper types that can be used with Tokio.

Structs

Dealer

The DEALER SocketType wrapper type.

Pair

The PAIR SocketType wrapper type.

Pub

The PUB SocketType wrapper type

Pull

The PULL SocketType wrapper type

Push

The PUSH SocketType wrapper type

Rep

The REP SocketType wrapper type

Req

The REQ SocketType wrapper type

Router

The ROUTER SocketType wrapper type

Sub

The SUB SocketType wrapper type

Xpub

The XPUB SocketType wrapper type

Xsub

The XSUB SocketType wrapper type