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