pub type Stdout = AutoStream<Stdout>;
An adaptive wrapper around the global standard output stream of the current process
struct Stdout { /* private fields */ }