pub struct MultiplexParser { /* private fields */ }Expand description
A parser for Braid Multiplexing Protocol streams.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiplexParser
impl RefUnwindSafe for MultiplexParser
impl Send for MultiplexParser
impl Sync for MultiplexParser
impl Unpin for MultiplexParser
impl UnwindSafe for MultiplexParser
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