BoxedAction

Type Alias BoxedAction 

Source
pub type BoxedAction<State> = Box<dyn Actionable<State>>;
Expand description

A single boxed action that can be invoked.

Aliased Typeยง

pub struct BoxedAction<State>(/* private fields */);