Type Alias ActionsBuf

Source
pub type ActionsBuf = Vec<Box<dyn ActionTrait>>;

Aliased Typeยง

struct ActionsBuf { /* private fields */ }