Function tokio::io::stdout [] [src]

Important traits for Stdout
pub fn stdout() -> Stdout

Constructs a new handle to the standard output of the current process.

The returned handle allows writing to standard out from the within the Tokio runtime.