Struct epicbox::broker::stomp::codec::Codec [−][src]
pub struct Codec;Trait Implementations
type Item = Transmission
type Item = Transmission
The type of decoded frames.
Attempts to decode a frame from the provided buffer of bytes. Read more
A default method available to be called when there are no more bytes available to be read from the underlying I/O. Read more
Auto Trait Implementations
impl RefUnwindSafe for Codec
impl UnwindSafe for Codec
Blanket Implementations
Mutably borrows from an owned value. Read more
impl<T> SafeBorrow<T> for T where
T: ?Sized,
impl<T> SafeBorrow<T> for T where
T: ?Sized,
pub fn borrow_replacement(ptr: &T) -> &T
pub fn borrow_replacement(ptr: &T) -> &T
Given ptr, which was obtained from a prior call to Self::borrow(),
return a value with the same nominal lifetime which is guaranteed to
survive mutations to Self. Read more