Type Alias Action

Source
pub type Action = Box<dyn ActionTrait>;

Aliased Typeยง

struct Action(/* private fields */);