Skip to main content

QuicSendStream

Type Alias QuicSendStream 

Source
pub type QuicSendStream = SendStream;
Expand description

A QUIC send stream. Re-exported from quinn for use by higher layers.

Aliased Typeยง

pub struct QuicSendStream { /* private fields */ }