pub trait QuicTransportReceive: AsyncRead { // Required method fn stop(&mut self, code: u64); }
Abstraction over the inbound half of a QUIC stream (both bidi and inbound uni)
Stop a receive stream, signaling an error code to the peer.