[][src]Macro ifmt::iformat_args

macro_rules! iformat_args {
    #[proc_macro_hack(fake_call_site)] => { ... };
}

Create a fmt::Arguments value a la format_args! with inlined expressions (using the same syntax as iformat!).