Type Definition markup5ever::rcdom::Handle [] [src]

type Handle = Rc<Node>;

Reference to a DOM node.

Trait Implementations

impl Serialize for Handle
[src]

[src]

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