Macro format_str

Source
macro_rules! format_str {
    ($fmt:literal $(, $arg:expr)* $(,)?) => { ... };
}