Struct io_providers::env::Virtual [] [src]

pub struct Virtual { /* fields omitted */ }

Provides access to a virtual environment, which can be configured independently from the local system.

Methods

impl Virtual
[src]

Creates a new virtual environment.

Sets the arguments.

Trait Implementations

impl Provider for Virtual
[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