pub struct MllpCodec { /* private fields */ }
Expand description
See the crate documentation for better details.
Implementations§
Trait Implementations§
Source§impl Decoder for MllpCodec
impl Decoder for MllpCodec
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
Auto Trait Implementations§
impl Freeze for MllpCodec
impl RefUnwindSafe for MllpCodec
impl Send for MllpCodec
impl Sync for MllpCodec
impl Unpin for MllpCodec
impl UnwindSafe for MllpCodec
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