Toolkit

Trait Toolkit 

Source
pub trait Toolkit {
    // Required method
    fn tools(&self) -> Vec<Box<dyn Tool>>;
}

Required Methods§

Source

fn tools(&self) -> Vec<Box<dyn Tool>>

Implementors§