Actions

Type Alias Actions 

Source
pub type Actions<I> = Vec<Action<I>>;

Aliased Typeยง

pub struct Actions<I> { /* private fields */ }