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

pub struct Definitions { /* fields omitted */ }

A defs element.

Methods

impl Definitions
[src]

Create a node.

impl Definitions
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Definitions
[src]

Append a child node.

Assign an attribute.

impl Display for Definitions
[src]

Formats the value using the given formatter. Read more