Type Alias anstream::Stdout

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

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

Aliased Type§

struct Stdout { /* private fields */ }