Enum racer_cargo_metadata::ErrorKind[][src]

pub enum ErrorKind {
    Encode(Utf8Error),
    Json(Error),
    Io(Error),
    Subprocess(String),
}

Variants

Trait Implementations

impl Debug for ErrorKind
[src]

Formats the value using the given formatter. Read more

impl Display for ErrorKind
[src]

Formats the value using the given formatter. Read more

impl Error for ErrorKind
[src]

This method is soft-deprecated. Read more

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

impl From<Utf8Error> for ErrorKind
[src]

Performs the conversion.

impl From<Error> for ErrorKind
[src]

Performs the conversion.

impl From<Error> for ErrorKind
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ErrorKind

impl Sync for ErrorKind