Type Definition markup5ever::rcdom::Handle

source ·
pub type Handle = Rc<Node>;
Expand description

Reference to a DOM node.

Trait Implementations§

Take the serializer and call its methods to serialize this type. The type will dictate which methods are called and with what parameters. Read more