pub trait Primitive { // Required method fn write(self, buf: &mut Vec<u8>); }
A primitive PDF object.
Write the object into a buffer.