pub type Result<T> = Result<T, EventCacheError>;Expand description
A result using the EventCacheError.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(EventCacheError),
}pub type Result<T> = Result<T, EventCacheError>;A result using the EventCacheError.
pub enum Result<T> {
Ok(T),
Err(EventCacheError),
}