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