pub trait XmpType { // Required method fn write(&self, buf: &mut String); }
Primitive XMP types.
Write the value to the buffer.