Skip to main content

BufStderr

Type Alias BufStderr 

Source
pub type BufStderr = BufWriter<StderrLock<'static>>;
Available on crate features print_ext and std only.
Expand description

A buffered, locked handle to standard error.

Like BufStdout, this holds a lock guard for the lifetime of the value and buffers writes until the buffer is flushed/dropped.

Aliased Typeยง

pub struct BufStderr { /* private fields */ }