EventStorage
A EventStorage trait that abstracts where the storage is and how events are emitted.
Fully qualified path: dojo::event::storage::EventStorage
pub trait EventStorage<S, E>
Trait functions
emit_event
Fully qualified path: dojo::event::storage::EventStorage::emit_event
fn emit_event(ref self: S, event: @E)