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::Store
trait and connected abstractions, such as thestd::collections::HashMap
’s basedInMemory
Event Store implementation.
Structs§
Enums§
- Version
Select - Specifies the slice of the Event Stream to select when calling [
Store::stream
].