Trait streamcatcher::ReadSkipExt[][src]

pub trait ReadSkipExt {
    fn skip(&mut self, amt: usize) -> usize
    where
        Self: Sized
; }
Expand description

Utility trait to scan forward by discarding bytes.

Required methods

Implementors