Module cmdcheck

Source
Expand description

Declare a “command checker” trait that checks whether a given relay message is acceptable on a given stream.

Enums§

StreamStatus 🔒
A value returned by CmdChecker on success.

Traits§

CmdChecker 🔒
An object that checks incoming commands before they are sent to a stream.

Type Aliases§

AnyCmdChecker 🔒
Type alias for a CmdChecker of unspecified type.