Macro tendril::format_tendril
source ยท macro_rules! format_tendril { ($($arg:tt)*) => { ... }; }
Expand description
Create a StrTendril through string formatting.
Works just like the standard format! macro.
macro_rules! format_tendril { ($($arg:tt)*) => { ... }; }
Create a StrTendril through string formatting.
Works just like the standard format! macro.