Struct io_providers::NativeIo[][src]

pub struct NativeIo { /* fields omitted */ }

Io implementation using the native system.

See env::NativeEnv and std_streams::NativeStdStreams for more information.

Methods

impl NativeIo
[src]

Creates a new LocalIoProvider.

Trait Implementations

impl Default for NativeIo
[src]

Returns the "default value" for a type. Read more

impl Io for NativeIo
[src]

Gets a reference to the env::Env provider.

Gets a mutable reference to the env::Env provider.

Gets a reference to the fs::Fs provider.

Gets a mutable reference to the fs::Fs provider.

Gets a mutable reference to the std_streams::StdStreams.

Auto Trait Implementations

impl Send for NativeIo

impl Sync for NativeIo