Type Alias anstream::Stderr

source ·
pub type Stderr = AutoStream<Stderr>;
Expand description

An adaptive wrapper around the global standard error stream of the current process

Aliased Type§

struct Stderr { /* private fields */ }