Struct rust_p2p_core::pipe::tcp_pipe::LengthPrefixedCodec
source · pub struct LengthPrefixedCodec;Expand description
Fixed-length prefix encoder/decoder.
Trait Implementations§
source§impl Decoder for LengthPrefixedCodec
impl Decoder for LengthPrefixedCodec
source§impl Encoder for LengthPrefixedCodec
impl Encoder for LengthPrefixedCodec
Auto Trait Implementations§
impl Freeze for LengthPrefixedCodec
impl RefUnwindSafe for LengthPrefixedCodec
impl Send for LengthPrefixedCodec
impl Sync for LengthPrefixedCodec
impl Unpin for LengthPrefixedCodec
impl UnwindSafe for LengthPrefixedCodec
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