Enum build_env::VarErrorKind [] [src]

pub enum VarErrorKind {
    NotFound,
    NotString(OsString),
}

If variable retrieval fails, it will be for one of these reasons

Variants

Trait Implementations

impl Debug for VarErrorKind
[src]

Formats the value using the given formatter.

impl Clone for VarErrorKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more