pub struct TypedStream { /* private fields */ }
Expand description
A typed muxado stream.
Implementations§
Source§impl TypedStream
impl TypedStream
Sourcepub fn typ(&self) -> StreamType
pub fn typ(&self) -> StreamType
Get the type ID for this stream.
Trait Implementations§
Source§impl Deref for TypedStream
impl Deref for TypedStream
Auto Trait Implementations§
impl Freeze for TypedStream
impl !RefUnwindSafe for TypedStream
impl Send for TypedStream
impl Sync for TypedStream
impl Unpin for TypedStream
impl !UnwindSafe for TypedStream
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more