Skip to main content

owned_html

Macro owned_html 

Source
macro_rules! owned_html {
    ($($inner:tt)*) => { ... };
}
Expand description

Create a new HTML template taking ownership of any variables used inside.