macro_rules! iformat_args { ($($proc_macro:tt)*) => { ... }; }
Create a fmt::Arguments value a la format_args! with inlined expressions (using the same syntax as iformat!).
fmt::Arguments
format_args!
iformat!