Macro xml5ever::tendril::format_tendril []

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

Create a StrTendril through string formatting.

Works just like the standard format! macro.