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 */);pub type BoxedAction<State> = Box<dyn Actionable<State>>;A single boxed action that can be invoked.
pub struct BoxedAction<State>(/* private fields */);