Skip to main content

Module stream

Module stream 

Source
Expand description

QUIC stream types implementing Tokio async I/O traits.

Structsยง

RecvStream
A stream that can be read from.
SendStream
A stream that can be written to.