Function println

Source
pub fn println(message: impl AsRef<str>)
Expand description

Writes a message to stdout with a newline at the end. This function respects the progress bars of the CLI that might be displayed and displays the message above it if any are.