CommandLib

Type Alias CommandLib 

Source
pub type CommandLib = Vec<Arc<Command>>;
Expand description

A collection of image commands

Aliased Typeยง

pub struct CommandLib { /* private fields */ }