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