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