Enum clippy_lints::utils::cargo::Error [] [src]

pub enum Error {
    Io(Error),
    Utf8(Utf8Error),
    Json(DecoderError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Utf8Error> for Error
[src]

Performs the conversion.

impl From<DecoderError> for Error
[src]

Performs the conversion.