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 */);
pub type Node = Node<NodeData>;
Strong reference to an element in the SVG tree.
See the module documentation for more information.
pub struct Node(/* private fields */);