pub type ClientH3Driver = H3Driver<ClientHooks>;
Expand description
An H3Driver for a client-side HTTP/3 connection. See H3Driver for
details. Emits ClientH3Event
s and expects ClientH3Command
s for
control.
Aliased Typeยง
struct ClientH3Driver { /* private fields */ }