Trait RustNodeEventStore

Source
pub(crate) trait RustNodeEventStore {
    // Required method
    fn store_event(&mut self, event: RustNodeEvent);
}

Required Methods§

Source

fn store_event(&mut self, event: RustNodeEvent)

Implementors§