tendril::format_tendril! [] [src]

macro_rules! format_tendril {
    ($($arg:tt)*) => ($crate::StrTendril::format(format_args!($($arg)*)))
}

Create a StrTendril through string formatting.

Works just like the standard format! macro.