Struct hiredis::Error [] [src]

pub struct Error {
    pub kind: ErrorKind,
    pub message: String,
}

An error.

Fields

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl<T> From<T> for Error where
    T: Into<String>, 
[src]

Performs the conversion.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

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