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