Type Alias ServerEventStream

Source
pub type ServerEventStream = UnboundedReceiver<ServerH3Event>;
Expand description

Receives ServerH3Events from a ServerH3Driver. This is the control stream which describes what is happening on the connection, but does not transfer data.

Aliased Typeยง

struct ServerEventStream { /* private fields */ }