pub trait Framer: Decoder<Item = Bytes, Error = BoxedFramingError> + DynClone + Debug + Send + Sync { }
Produce byte frames from a byte stream / byte message.
Default implementation for Framers that implement tokio_util::codec::Decoder.
Framer
tokio_util::codec::Decoder