macro_rules! fmt {
    ($($f:tt)*) => { ... };
}
Expand description

A convenience alias for core::format_args.