pub type Result<T, E = EventCacheStoreError> = Result<T, E>;Expand description
An EventCacheStore specific result type.
Aliased Type§
pub enum Result<T, E = EventCacheStoreError> {
Ok(T),
Err(E),
}pub type Result<T, E = EventCacheStoreError> = Result<T, E>;An EventCacheStore specific result type.
pub enum Result<T, E = EventCacheStoreError> {
Ok(T),
Err(E),
}