ToolBox

Trait ToolBox 

Source
pub trait ToolBox {
    // Required methods
    fn get_tool(&self) -> CustomTool<'_>;
    fn get_tools() -> Vec<Tool>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§