Module runnel::medium::stdio

source ·
Expand description

The stdio stream. This is thin-wrap of std::io::stdin(), std::io::stdout(), std::io::stderr().

Structs

The standard error stream.
A locked reference to StdErr
The standard input stream.
A locked reference to StdIn
The standard output stream.
A locked reference to StdOut