Trait tars_stream::tars_decoder::TarsDecoderTrait[][src]

pub trait TarsDecoderTrait<T> {
    fn get(&mut self, tag: u8) -> Result<T, DecodeErr>;
}

Required Methods

Implementors