Trait pepper::serialization::Serializer[][src]

pub trait Serializer {
    fn write(&mut self, bytes: &[u8]);
}

Required methods

Implementations on Foreign Types

Implementors