macro_rules! writeln_result {
[$out:ident, $($args:expr),* $(,)?] => { ... };
}
Expand description
Write formatted data to an OutputStream
and return the last result, rather than a
dumb core::fmt::Error
.
macro_rules! writeln_result {
[$out:ident, $($args:expr),* $(,)?] => { ... };
}
Write formatted data to an OutputStream
and return the last result, rather than a
dumb core::fmt::Error
.