[][src]Module libzmq::group

Message groups used by the Radio and Dish sockets.

Structs

Group

A str slice that is a valid ØMQ group identifier.

GroupOwned

An owned String that is a valid ØMQ group identifier.

GroupParseError

An error returned when trying to parse a Group or GroupOwned.

Constants

MAX_GROUP_SIZE

The maximum allowed number of characters in a group.