Type Alias Action

Source
pub type Action = Box<dyn ActionTrait>;

Aliased Type§

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

Trait Implementations§