std

Macro format_args_nl

1.38.0 ยท source
macro_rules! format_args_nl {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}
Expand description

Same as format_args, but adds a newline in the end.