Module runnel::medium::stdio[][src]

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

Structs

StdErr

The standard error stream.

StdErrLock

A locked reference to StdErr

StdIn

The standard input stream.

StdInLock

A locked reference to StdIn

StdOut

The standard output stream.

StdOutLock

A locked reference to StdOut