macro_rules! wln {
($dst:expr $(,)?) => { ... };
($dst:expr, $($arg:tt)*) => { ... };
}Expand description
writeln! that exits cleanly on BrokenPipe instead of panicking.
macro_rules! wln {
($dst:expr $(,)?) => { ... };
($dst:expr, $($arg:tt)*) => { ... };
}writeln! that exits cleanly on BrokenPipe instead of panicking.