Type Definition svgdom::NumberList [] [src]

type NumberList = Vec<f64>;

Representation of the <list-of-numbers> type.

Trait Implementations

impl From<NumberList> for AttributeValue
[src]

[src]

Performs the conversion.

impl WriteBuffer for NumberList
[src]

[src]

Writes data to the Vec<u8> buffer using specified WriteOptions.

[src]

Writes data to the Vec<u8> buffer using default WriteOptions.

impl ToStringWithOptions for NumberList
[src]

[src]

Writes data to the String using specified WriteOptions.