StreamBiRemoteQuic

Type Alias StreamBiRemoteQuic 

Source
pub type StreamBiRemoteQuic = Stream<BiRemote, Quic>;
Expand description

QUIC bidirectional remote stream.

Aliased Type§

pub struct StreamBiRemoteQuic { /* private fields */ }

Implementations§

Source§

impl StreamBiRemoteQuic

Source

pub fn accept_bi() -> Self

Creates a new remote-initialized bidirectional stream.

Source

pub fn upgrade(self) -> StreamBiRemoteH3

Upgrades to an HTTP3 stream.