Skip to main content

write_stderr_fmt

Function write_stderr_fmt 

Source
pub fn write_stderr_fmt(args: Arguments<'_>) -> Result<()>
Expand description

Writes a formatted line to stderr without an intermediate String (G-MAC-01).

§Errors

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