Skip to main content

emit_text

Function emit_text 

Source
pub fn emit_text(msg: &str)
Expand description

Writes msg followed by a newline to stdout and flushes.

A BrokenPipe error is silenced gracefully.