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

pub fn stdout() -> Stdout
This is supported on feature="io-std" only.

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.