Macro core::format_args 1.0.0[−][src]
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!
.