pub type ServerH3Connection = H3Connection<ServerHooks>;
Aliased Type§
struct ServerH3Connection {
pub quic_connection: QuicConnection,
pub h3_controller: H3Controller<ServerHooks>,
}
Fields§
§quic_connection: QuicConnection
§h3_controller: H3Controller<ServerHooks>