macro_rules! format_args_nl { ($fmt:expr) => { ... }; ($fmt:expr, $($args:tt)*) => { ... }; }
Expand description
Same as format_args
, but adds a newline in the end.
macro_rules! format_args_nl { ($fmt:expr) => { ... }; ($fmt:expr, $($args:tt)*) => { ... }; }
Same as format_args
, but adds a newline in the end.