macro_rules! owned_html {
($($inner:tt)*) => { ... };
}Expand description
Create a new HTML template taking ownership of any variables used inside.
macro_rules! owned_html {
($($inner:tt)*) => { ... };
}Create a new HTML template taking ownership of any variables used inside.