pub type CacheStoreResult<T> = Result<T, CacheStoreError>;Expand description
Result type for cache store operations.
Aliased Type§
pub enum CacheStoreResult<T> {
Ok(T),
Err(CacheStoreError),
}pub type CacheStoreResult<T> = Result<T, CacheStoreError>;Result type for cache store operations.
pub enum CacheStoreResult<T> {
Ok(T),
Err(CacheStoreError),
}