Function tokio_fs::stdout

source ·
pub fn stdout() -> 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.