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.