pub fn stdout() -> StdoutⓘNotable traits for Stdoutimpl Write for Stdout
impl Write for 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.