Struct wasm_tokio::Leb128DecoderI32
source · pub struct Leb128DecoderI32;
Trait Implementations§
source§impl Decoder for Leb128DecoderI32
impl Decoder for Leb128DecoderI32
source§fn decode(
&mut self,
src: &mut BytesMut,
) -> Result<Option<<Leb128DecoderI32 as Decoder>::Item>, <Leb128DecoderI32 as Decoder>::Error>
fn decode( &mut self, src: &mut BytesMut, ) -> Result<Option<<Leb128DecoderI32 as Decoder>::Item>, <Leb128DecoderI32 as Decoder>::Error>
Attempts to decode a frame from the provided buffer of bytes. Read more
Auto Trait Implementations§
impl Freeze for Leb128DecoderI32
impl RefUnwindSafe for Leb128DecoderI32
impl Send for Leb128DecoderI32
impl Sync for Leb128DecoderI32
impl Unpin for Leb128DecoderI32
impl UnwindSafe for Leb128DecoderI32
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