Skip to main content

writeln

Macro writeln 

Source
macro_rules! writeln {
    ($self:expr $(, $($arg:tt)*)?) => { ... };
}
Expand description

Drop-in replacement for core::writeln!; see write! for rationale.