pub type QuicByteSource = Source<Vec<u8>, NotUsed>;Expand description
QUIC byte source used by accepted and opened bidirectional streams.
The source emits Vec<u8> chunks and backpressures the Quinn receive stream
with a capacity-1 channel, preserving QUIC’s reliable flow-control semantics.
Aliased Type§
pub struct QuicByteSource { /* private fields */ }