pub type BackendResult<T> = Result<T, BackendError>;Expand description
Result type for cache backend operations
Aliased Type§
pub enum BackendResult<T> {
Ok(T),
Err(BackendError),
}pub type BackendResult<T> = Result<T, BackendError>;Result type for cache backend operations
pub enum BackendResult<T> {
Ok(T),
Err(BackendError),
}