BoxedTool

Type Alias BoxedTool 

Source
pub type BoxedTool = Box<dyn Tool + Send + Sync + 'static>;

Aliased Typeยง

pub struct BoxedTool(/* private fields */);