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