[][src]Macro format_xml::format_xml

macro_rules! format_xml {
    ($($tt:tt)*) => { ... };
}

Format XML tokens with format_args!

See the module-level documentation for more information.