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