pub type StreamBiRemoteQuic = Stream<BiRemote, Quic>;Expand description
QUIC bidirectional remote stream.
Aliased Type§
pub struct StreamBiRemoteQuic { /* private fields */ }Implementations§
Source§impl StreamBiRemoteQuic
impl StreamBiRemoteQuic
Sourcepub fn upgrade(self) -> StreamBiRemoteH3
pub fn upgrade(self) -> StreamBiRemoteH3
Upgrades to an HTTP3 stream.