Expand description
Declare a “command checker” trait that checks whether a given relay message is acceptable on a given stream.
Enums§
- Stream
Status 🔒 - A value returned by CmdChecker on success.
Traits§
- CmdChecker 🔒
- An object that checks incoming commands before they are sent to a stream.
Type Aliases§
- AnyCmd
Checker 🔒 - Type alias for a CmdChecker of unspecified type.