html

Macro html 

Source
html!() { /* proc-macro */ }
Expand description

Used to generate VirtualNode’s from a TokenStream.

html! {

Welcome to the html! procedural macro!
}