Type Alias ToolBox

Source
pub type ToolBox = Arc<dyn Tool>;
Expand description

Type alias for boxed tool instances

Aliased Typeยง

pub struct ToolBox { /* private fields */ }