Function tokio_fs::stdout[][src]

pub fn stdout() -> Stdout

Notable traits 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.