Trait tsz::decode::Decode [] [src]

pub trait Decode {
    fn next(&mut self) -> Result<DataPoint, Error>;
}

Decode

Decode is the trait used to encapsulate decoding DataPoints

Required Methods

Implementors