[src]

Function std::fmt::writeln

pub fn writeln(output: &mut Writer, args: &Arguments) -> Result

The writeln function takes the same arguments as write, except that it will also write a newline (\n) character at the end of the format string.