Skip to main content

DynEventStore

Type Alias DynEventStore 

Source
pub type DynEventStore<A> = Arc<dyn EventStore<A> + Send + Sync + 'static>;

Aliased Typeยง

pub struct DynEventStore<A> { /* private fields */ }