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]

[src]

Formats the value using the given formatter.

impl PartialEq for RustSrcPathError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Error for RustSrcPathError
[src]

[src]

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

[src]

A short description of the error. Read more

impl Display for RustSrcPathError
[src]

[src]

Formats the value using the given formatter. Read more