Available on (crate features
clients or servers) and crate feature clients only.Expand description
Models specifically for the TCP Client, as opposed to the TCP Server.
Structs§
- Request
Stream Event - An event that is sent when a new connection is created, or destroyed.
Enums§
- Request
Stream Message - A channel to send messages to a connection from an “out of bound” location.
Traits§
- From
Request Stream Event - Extract any value from a Connection event.
Type Aliases§
- Underlying
OnStream Begin Service - The underlying type we use for storing your on connection handler.
- Underlying
OnStream EndService - The underlying type we use for storing your on disconnect handler.