Trait svgdom::ToStringWithOptions [] [src]

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

A trait for converting a value to a String with WriteOptions.

A tunable to_string() alternative.

Provided Methods

Writes data to the String using specified WriteOptions.

Implementors