Struct svgdom::DisplaySvg[][src]

pub struct DisplaySvg<'a, T: 'a + WriteBuffer> { /* fields omitted */ }

A wrapper to use fmt::Display with WriteOptions.

Should be used via WriteBuffer::with_write_opt.

Trait Implementations

impl<'a, T: WriteBuffer> Debug for DisplaySvg<'a, T>
[src]

Formats the value using the given formatter. Read more

impl<'a, T: WriteBuffer> Display for DisplaySvg<'a, T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, T> Send for DisplaySvg<'a, T> where
    T: Sync

impl<'a, T> Sync for DisplaySvg<'a, T> where
    T: Sync