macro_rules! writeln {
    ($dst:expr, $($tt:tt)*) => { ... };
}
Expand description

Replaces writeln! using xfmt syntax.