Type Alias DynEventCacheStore

Source
pub type DynEventCacheStore = dyn EventCacheStore<Error = EventCacheStoreError>;
Expand description

A type-erased EventCacheStore.