Type Alias Handle

Source
pub type Handle = Rc<Node>;
Expand description

Reference to a DOM node.

Aliased Typeยง

pub struct Handle { /* private fields */ }