Function tokio::io::stdout

source · []
pub fn stdout() -> StdoutNotable traits for Stdoutimpl Write for Stdout
Expand description

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.