Trait otspec::Serializer[][src]

pub trait Serializer<T> where
    T: Serialize
{ fn put(&mut self, data: T) -> Result<(), SerializationError>; }

Required methods

Implementations on Foreign Types

Implementors