BlobDecoder

Trait BlobDecoder 

Source
pub trait BlobDecoder: Decoder {
    // Required methods
    fn decode_symbol(&mut self) -> Symbol;
    fn decode_byte_symbol(&mut self) -> ByteSymbol;
    fn decode_def_index(&mut self) -> DefIndex;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl BlobDecoder for MemDecoder<'_>

Implementors§