Struct wasm_tokio::CoreVecDecoderBytes
source · pub struct CoreVecDecoderBytes(/* private fields */);
Expand description
core:vec
decoder optimized for vectors of byte-sized values
Trait Implementations§
source§impl Debug for CoreVecDecoderBytes
impl Debug for CoreVecDecoderBytes
source§impl Decoder for CoreVecDecoderBytes
impl Decoder for CoreVecDecoderBytes
source§fn decode(
&mut self,
src: &mut BytesMut,
) -> Result<Option<Self::Item>, Self::Error>
fn decode( &mut self, src: &mut BytesMut, ) -> Result<Option<Self::Item>, Self::Error>
Attempts to decode a frame from the provided buffer of bytes. Read more
source§impl Default for CoreVecDecoderBytes
impl Default for CoreVecDecoderBytes
source§fn default() -> CoreVecDecoderBytes
fn default() -> CoreVecDecoderBytes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CoreVecDecoderBytes
impl RefUnwindSafe for CoreVecDecoderBytes
impl Send for CoreVecDecoderBytes
impl Sync for CoreVecDecoderBytes
impl Unpin for CoreVecDecoderBytes
impl UnwindSafe for CoreVecDecoderBytes
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