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

Required Methods§

Implementations on Foreign Types§

Implementors§