Type Alias ClientH3Driver

Source
pub type ClientH3Driver = H3Driver<ClientHooks>;
Expand description

An H3Driver for a client-side HTTP/3 connection. See H3Driver for details. Emits ClientH3Events and expects ClientH3Commands for control.

Aliased Typeยง

struct ClientH3Driver { /* private fields */ }