macro_rules! writeln {
($dst:expr) => { ... };
($dst:expr, $($arg:tt)*) => { ... };
}
Expand description
Write formatted data into a buffer, with a newline appended
macro_rules! writeln {
($dst:expr) => { ... };
($dst:expr, $($arg:tt)*) => { ... };
}
Write formatted data into a buffer, with a newline appended