trait DecoderWithPosition: Decoder {
    fn position(&self) -> usize;
}

Required Methods§

Implementations on Foreign Types§

Implementors§