Expand description
Module event contains types and abstractions helpful for working
with Domain Events.
Re-exports§
pub use crate::event::store::Store;
Modules§
- store
- Contains implementations of the
event::Storetrait and connected abstractions, such as thestd::collections::HashMap’s basedInMemoryEvent Store implementation.
Structs§
Enums§
- Version
Select - Specifies the slice of the Event Stream to select when calling [
Store::stream].