Trait DecoderWithSkipAhead
async_codec_lite
pub trait DecoderWithSkipAhead: Decoder { type Handler: SkipAheadHandler; pub fn prepare_skip_ahead(&mut self, src: &mut BytesMut) -> Self::Handler; }
type Handler: SkipAheadHandler
pub fn prepare_skip_ahead(&mut self, src: &mut BytesMut) -> Self::Handler