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