Skip to main content

write_stderr_line

Function write_stderr_line 

Source
pub fn write_stderr_line(content: &str) -> Result<()>
Expand description

Writes a line to stderr with flush (warnings / human errors).

§Errors

Returns I/O errors except BrokenPipe (treated as Ok — downstream closed).