Type Alias QuicheConnection

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

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

Aliased Typeยง

pub struct QuicheConnection { /* private fields */ }