Struct tsz::decode::std_decoder::StdDecoder [] [src]

pub struct StdDecoder<T: Read> { /* fields omitted */ }

StdDecoder

StdDecoder is used to decode DataPoints

Methods

impl<T> StdDecoder<T> where
    T: Read
[src]

new creates a new StdDecoder which will read bytes from r

Trait Implementations

impl<T: Debug + Read> Debug for StdDecoder<T>
[src]

Formats the value using the given formatter.

impl<T> Decode for StdDecoder<T> where
    T: Read
[src]