Struct selium_protocol::MessageCodec
source · pub struct MessageCodec;Trait Implementations§
source§impl Debug for MessageCodec
impl Debug for MessageCodec
source§impl Decoder for MessageCodec
impl Decoder for MessageCodec
§type Error = SeliumError
type Error = SeliumError
The type of unrecoverable frame decoding errors. Read more
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 MessageCodec
impl Default for MessageCodec
source§fn default() -> MessageCodec
fn default() -> MessageCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MessageCodec
impl Send for MessageCodec
impl Sync for MessageCodec
impl Unpin for MessageCodec
impl UnwindSafe for MessageCodec
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