Struct compose_yml::v2::OsEnvironment [] [src]

pub struct OsEnvironment { /* fields omitted */ }

Fetches environment variables from std::env.

Methods

impl OsEnvironment
[src]

Create a new OsEnvironment.

Trait Implementations

impl Debug for OsEnvironment
[src]

Formats the value using the given formatter.

impl Default for OsEnvironment
[src]

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

impl Environment for OsEnvironment
[src]

Fetch a variable from this environment. Similar to std::env::var. Read more