xmp_writer

Trait XmpType

source
pub trait XmpType {
    // Required method
    fn write(&self, buf: &mut String);
}
Expand description

Primitive XMP types.

Required Methods§

source

fn write(&self, buf: &mut String)

Write the value to the buffer.

Implementations on Foreign Types§

source§

impl XmpType for &str

source§

fn write(&self, buf: &mut String)

source§

impl XmpType for bool

source§

fn write(&self, buf: &mut String)

source§

impl XmpType for f32

source§

fn write(&self, buf: &mut String)

source§

impl XmpType for f64

source§

fn write(&self, buf: &mut String)

source§

impl XmpType for i32

source§

fn write(&self, buf: &mut String)

source§

impl XmpType for i64

source§

fn write(&self, buf: &mut String)

Implementors§