pub type StreamBiRemoteWT = Stream<BiRemote, WT>;Expand description
WebTransport bidirectional remote stream.
Aliased Type§
pub struct StreamBiRemoteWT { /* private fields */ }Implementations§
Source§impl StreamBiRemoteWT
impl StreamBiRemoteWT
Sourcepub fn session_id(&self) -> SessionId
pub fn session_id(&self) -> SessionId
Returns the SessionId associated with this stream.