Trait respo::RespoAction

source ·
pub trait RespoAction {
    // Required method
    fn wrap_states_action(cursor: &[String], a: MaybeState) -> Self;
}
Expand description

it has special support for states

Required Methods§

source

fn wrap_states_action(cursor: &[String], a: MaybeState) -> Self

to provide syntax sugar to dispatch.run_state

Implementors§