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