Type Alias Node

Source
pub type Node = Node<NodeData>;
Expand description

Strong reference to an element in the SVG tree.

See the module documentation for more information.

Aliased Typeยง

pub struct Node(/* private fields */);