Type Alias ActionsBuf

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

Aliased Typeยง

pub struct ActionsBuf { /* private fields */ }