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ยง
pub struct ServerEventStream { /* private fields */ }