pub trait CompoundWriter: Writer {
    fn boundary(&mut self, b: &Type) -> Result<()>;
}

Required methods

Implementors