Module event_store_core::event
source · Re-exports
pub use error::*;
Modules
Structs
- A
RecordedEvent
represents anEvent
which have been append to aStream
- An
UnsavedEvent
is created from a type that implementEvent
Traits
- Represent event that can be handled by an
EventStore