Trait pdf_writer::Primitive[][src]

pub trait Primitive {
    fn write(self, buf: &mut Vec<u8>);
}
Expand description

A primitive PDF object.

Required methods

Write the object into a buffer.

Implementations on Foreign Types

Implementors