Trait otspec::Deserializer[][src]

pub trait Deserializer<T> where
    T: Deserialize
{ fn de(&mut self) -> Result<T, DeserializationError>;
fn de_counted(&mut self, s: usize) -> Result<Vec<T>, DeserializationError>; }

Required methods

Implementors