Type Alias QuicConnectionStream

Source
pub type QuicConnectionStream<M> = ReceiverStream<Result<InitialQuicConnection<UdpSocket, M>>>;
Expand description

A stream of accepted InitialQuicConnections from a listen call.

Errors from processing the client’s QUIC initials can also be emitted on this stream. These do not indicate that the listener itself has failed.

Aliased Type§

struct QuicConnectionStream<M> { /* private fields */ }