macro_rules! format_args_f {
    ($($proc_macro:tt)*) => { ... };
}
Expand description

Like format_args!, but with basic f-string interpolation.