Trait respo::RespoAction

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

it has special support for states

Required Methods§

to provide syntax sugar to dispatch.run_state

Implementors§