pub type ClientEventStream = UnboundedReceiver<ClientH3Event>;
Expand description
Receives ClientH3Event
s from a ClientH3Driver. This is the control
stream which describes what is happening on the connection, but does not
transfer data.
Aliased Typeยง
struct ClientEventStream { /* private fields */ }