Module socketioxide::operators
source · Expand description
Operators are used to select sockets to send a packet to, or to configure the packet that will be emitted.
They use the builder pattern to chain operators.
There is two types of operators:
ConfOperators: Chainable operators to configure the message to be sent.BroadcastOperators: Chainable operators to select sockets to send a message to and to configure the message to be sent.
Structs§
- Chainable operators to select sockets to send a message to and to configure the message to be sent.
- Chainable operators to configure the message to be sent.
Traits§
- A trait for types that can be used as a room parameter.