Struct io_providers::stream::Std [] [src]

pub struct Std { /* fields omitted */ }

Provides access to the standard streams (stdin, stdout and stderr).

Methods

impl Std
[src]

Constructs a new standard stream provider.

Trait Implementations

impl Provider for Std
[src]

Gets the input stream.

Gets the output stream.

Gets the error stream.