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