Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

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)