Macro format_to_str

Source
macro_rules! format_to_str {
    (&$lifetime:lifetime $text:literal, $( $arg:expr ),* $(,)? ) => { ... };
}