Module tokio_zmq::socket

source ·
Expand description

This module contains useful types for working with ZeroMQ Sockets.

Modules

This module contains SocketBuilder and related types.
This module defines all the socket wrapper types that can be used with Tokio.

Structs

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