Module models

Module models 

Source
Available on (crate features clients or servers) and crate feature servers only.
Expand description

Models specifically for the TCP Server, as opposed to the TCP Client.

Structs§

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

Enums§

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

Traits§

FromResponseStreamEvent
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.