Enum r2d2_redis::Error
[−]
[src]
pub enum Error {
Other(RedisError),
}A unified enum of errors returned by redis::Client
Variants
Other | A redis::RedisError |
pub enum Error {
Other(RedisError),
}A unified enum of errors returned by redis::Client
Other | A redis::RedisError |
impl Display for Errorimpl Error for Errorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Debug for Error