1.0.0[][src]Macro core::format_args

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

The core macro for formatted string creation & output.

For more information, see the documentation for std::format_args!.