pub trait InspectEvent {
    fn on_event<S: Any + Debug + Clone>(&self, event: &InspectFsmEvent<S>);
}

Required methods

Implementors