unsafe_no_inline!() { /* proc-macro */ }Expand description
The unsafe_no_inline! macro — escape hatch for raw HTML.
Accepts a string literal and emits a euv::vdom::RawHtml value
constructed via RawHtml::new. The unsafe_no_ prefix is a
deliberately loud warning that the string is NOT escaped; treat
it like Element.innerHTML in JavaScript.