Macro vertigo::dom_element

source ·
dom_element!() { /* proc-macro */ }
Expand description

Allows to create DomElement using HTML tags.

Unlike DomNode generated by the dom! macro, it can’t generate multiple nodes at top level, but allows to mangle with the outcome a little more, for example using DomElement::add_child.