Enum racer::RustSrcPathError [] [src]

pub enum RustSrcPathError {
    Missing,
    DoesNotExist(PathBuf),
    NotRustSourceTree(PathBuf),
}

Error type returned from check_rust_src_env_var()

Variants

Trait Implementations

impl Debug for RustSrcPathError
[src]

Formats the value using the given formatter.

impl Error for RustSrcPathError
[src]

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

A short description of the error. Read more

impl Display for RustSrcPathError
[src]

Formats the value using the given formatter.