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

pub struct Title { /* fields omitted */ }

A title element.

Methods

impl Title
[src]

Create a node.

impl Title
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Title
[src]

Append a child node.

Assign an attribute.

impl Display for Title
[src]

Formats the value using the given formatter. Read more