Macro og_fmt::fmt_args [] [src]

macro_rules! fmt_args {
    ($fmt:expr, $($args:tt)*) => { ... };
}

Create fmting args like a winner.

See also format_args!.