Macro iformat_args

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

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