pub struct LHMFrameCodec { /* private fields */ }Trait Implementations§
Source§impl Decoder for LHMFrameCodec
impl Decoder for LHMFrameCodec
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 LHMFrameCodec
impl Default for LHMFrameCodec
Source§fn default() -> LHMFrameCodec
fn default() -> LHMFrameCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LHMFrameCodec
impl RefUnwindSafe for LHMFrameCodec
impl Send for LHMFrameCodec
impl Sync for LHMFrameCodec
impl Unpin for LHMFrameCodec
impl UnsafeUnpin for LHMFrameCodec
impl UnwindSafe for LHMFrameCodec
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