Struct io_providers::env::Local [] [src]

pub struct Local;

Provides access to the local environment (e.g. what the corresponding std::env functions would access).

Methods

impl Local
[src]

Creates a new local environment provider.

Trait Implementations

impl Provider for Local
[src]

Returns the arguments which this program was started with (normally passed via the command line). Read more

Returns the current working directory as a PathBuf. Read more

Changes the current working directory to the specified path, returning whether the change was completed successfully or not. Read more