Type Alias Action

Source
pub type Action = Box<dyn ActionTrait>;

Aliased Typeยง

pub struct Action(/* private fields */);