pub trait QuicTransportSend: AsyncWrite {
// Required method
fn reset(&mut self, code: u64);
}Expand description
Abstraction over the outbound half of a QUIC stream (both bidi and outbound uni)
pub trait QuicTransportSend: AsyncWrite {
// Required method
fn reset(&mut self, code: u64);
}Abstraction over the outbound half of a QUIC stream (both bidi and outbound uni)