Type Alias ActionSend

Source
pub type ActionSend = Box<dyn ActionTrait + Send>;

Aliased Typeยง

struct ActionSend(/* private fields */);