Enum target_build_utils::Error [] [src]

pub enum Error {
    TargetUnset,
    TargetNotFound,
    InvalidSpec,
    Io(Error),
}

Variants

The TARGET environment variable does not exist or is not valid utf-8

Target was not found

Custom target JSON was found, but was invalid

IO error occured during search of JSON target files

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter.

impl Error for Error
[src]

A short description of the error. Read more

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