[][src]Module datastreamcorelib::abstracts

Structs

BaseSocketHandler
RawMessage

Raw message, basically used only for testing the base traits Can also be used for type between wire-compatible abstractions when there's no direct TryFrom trait between them.

ZMQSocketDescription

Abstract description for a socket (combination of type and URIs)

Enums

ZMQSocketType

Abstracted hashable socket type enum

Traits

SocketHandler

Socket tracking, caching etc

ZMQCodec

Trait for things that can enCOded to be sent and received over ZMQ sockets for DECoding

Type Definitions

SocketHandlerArc

Shorthand type for SocketHandler instances

ZMQSocketArc