builder.html.Node
type pub enum Node
A node in an HTML document.
Constructors
Element
Element(Element)
The node is an element, i.e. <foo></foo>
.
Text
Text(String)
The node is a text node.
type pub enum Node
A node in an HTML document.
Element(Element)
The node is an element, i.e. <foo></foo>
.
Text(String)
The node is a text node.