Type Alias QuicheConnection

Source
pub type QuicheConnection = Connection<BufFactory>;
Expand description

Alias of [quiche::Connection] used internally by the crate.

Aliased Typeยง

struct QuicheConnection { /* private fields */ }