pub struct ByteStreamSplitDecoder;Expand description
Byte stream split decoder.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteStreamSplitDecoder
impl RefUnwindSafe for ByteStreamSplitDecoder
impl Send for ByteStreamSplitDecoder
impl Sync for ByteStreamSplitDecoder
impl Unpin for ByteStreamSplitDecoder
impl UnsafeUnpin for ByteStreamSplitDecoder
impl UnwindSafe for ByteStreamSplitDecoder
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