[][src]Trait async_codec_lite::DecoderWithSkipAhead

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

Associated Types

Loading content...

Required methods

pub fn prepare_skip_ahead(&mut self, src: &mut BytesMut) -> Self::Handler[src]

Loading content...

Implementors

Loading content...