Trait object_cache::cache_error::MapError
source · pub trait MapError<T> {
// Required method
fn map_to_cache_error(self, message: &str) -> Result<T, CacheError>;
}pub trait MapError<T> {
// Required method
fn map_to_cache_error(self, message: &str) -> Result<T, CacheError>;
}