Type Alias rsvg::node::WeakNode

source ·
pub type WeakNode = WeakNode<NodeData>;
Expand description

Weak reference to an element in the SVG tree.

See the module documentation for more information.

Aliased Type§

struct WeakNode(pub(crate) Weak<RefCell<NodeData<NodeData>>>);

Fields§

§0: Weak<RefCell<NodeData<NodeData>>>