Trait svgdom::WriteToString [] [src]

pub trait WriteToString: WriteBuffer {
    fn to_string_with_opt(&self, opt: &WriteOptions) -> String { ... }
}

The trait for writing data to the String. Tunable to_string() alternative.

Provided Methods

Writes data to the String using specified WriteOptions.

Implementors