pub type QuicConnectionStream<M> = ReceiverStream<Result<InitialQuicConnection<UdpSocket, M>>>;
Expand description
A stream of accepted InitialQuicConnection
s 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 */ }