Enum mouscache::CacheError
[−]
[src]
pub enum CacheError {
InsertionError(String),
DeletionError(String),
AccessError(String),
Other(String),
}Variants
InsertionError(String)DeletionError(String)AccessError(String)Other(String)
Trait Implementations
impl Debug for CacheError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Display for CacheError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more