Enum r2d2_memcache::error::Error
[−]
[src]
pub enum Error {
Other(MemcacheError),
}A unified enum of errors by memcache::Connection
Variants
Other(MemcacheError)A memcache::MemcacheError
Trait Implementations
impl Debug for Error[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Display for Error[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more