Type Alias rsvg::node::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§

struct Node(pub(crate) Rc<RefCell<NodeData<NodeData>>>);

Fields§

§0: Rc<RefCell<NodeData<NodeData>>>