Trait biodivine_sketchbook::app::state::SessionState
source · pub trait SessionState {
// Required methods
fn perform_event(
&mut self,
event: &Event,
at_path: &[&str],
) -> Result<Consumed, DynError>;
fn refresh(
&self,
full_path: &[String],
at_path: &[&str],
) -> Result<Event, DynError>;
}