pub type DynEventCacheStore = dyn EventCacheStore<Error = EventCacheStoreError>;
A type-erased EventCacheStore.
EventCacheStore