Enum npm_readme_client::Error [] [src]

pub enum Error {
    Io(Error),
    Reqwest(Error),
    Response(Response),
}

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Response> for Error
[src]

[src]

Performs the conversion.