pub struct TcpWarpProto;Trait Implementations§
Source§impl Decoder for TcpWarpProto
impl Decoder for TcpWarpProto
Source§type Item = TcpWarpMessage
type Item = TcpWarpMessage
The type of decoded frames.
Source§fn decode(&mut self, src: &mut BytesMut) -> Result<Option<TcpWarpMessage>>
fn decode(&mut self, src: &mut BytesMut) -> Result<Option<TcpWarpMessage>>
Attempts to decode a frame from the provided buffer of bytes. Read more
Source§impl Encoder for TcpWarpProto
impl Encoder for TcpWarpProto
Auto Trait Implementations§
impl Freeze for TcpWarpProto
impl RefUnwindSafe for TcpWarpProto
impl Send for TcpWarpProto
impl Sync for TcpWarpProto
impl Unpin for TcpWarpProto
impl UnwindSafe for TcpWarpProto
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