Enum target_build_utils::Error [] [src]

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

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

Crate was built without support for custom targets JSON file

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. Read more

impl Error for Error
[src]

A short description of the error. Read more

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