Struct build_env::VarError [] [src]

pub struct VarError<K: AsRef<OsStr>> { /* fields omitted */ }

Describes a variable retrieval failure

Trait Implementations

impl<K: Debug + AsRef<OsStr>> Debug for VarError<K>
[src]

Formats the value using the given formatter.

impl<K: Clone + AsRef<OsStr>> Clone for VarError<K>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<K: AsRef<OsStr>> Display for VarError<K>
[src]

Formats the value using the given formatter. Read more

impl<K: AsRef<OsStr> + Debug + Any> Error for VarError<K>
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more