pub type Stderr = AutoStream<Stderr>;Expand description
An adaptive wrapper around the global standard error stream of the current process
Aliased Type§
pub struct Stderr {
inner: StreamInner<Stderr>,
}Fields§
§inner: StreamInner<Stderr>pub type Stderr = AutoStream<Stderr>;An adaptive wrapper around the global standard error stream of the current process
pub struct Stderr {
inner: StreamInner<Stderr>,
}inner: StreamInner<Stderr>