Skip to main content

Module debug_aware_event_store

Module debug_aware_event_store 

Source
Expand description

Event store wrapper that delegates to both a primary store and a debug store.

Structsยง

DebugAwareEventStore
An EventStore that delegates to both a primary E: EventStore (owned) and a shared Arc<DebugEventStore> for the debug protocol.