Module tokio_zmq::socket [] [src]

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

Modules

config

This module contains SocketBuilder and related types.

types

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

Structs

Socket

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