Module models

Module models 

Source
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§

RequestStreamEvent
An event that is sent when a new connection is created, or destroyed.

Enums§

RequestStreamMessage
A channel to send messages to a connection from an “out of bound” location.

Traits§

FromRequestStreamEvent
Extract any value from a Connection event.

Type Aliases§

UnderlyingOnStreamBeginService
The underlying type we use for storing your on connection handler.
UnderlyingOnStreamEndService
The underlying type we use for storing your on disconnect handler.