Struct svg::node::element::Description [] [src]

pub struct Description { /* fields omitted */ }

A desc element.

Methods

impl Description
[src]

Create a node.

impl Description
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Description
[src]

Append a child node.

Assign an attribute.

impl Display for Description
[src]

Formats the value using the given formatter. Read more