Skip to main content

DynTool

Type Alias DynTool 

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

Arc<dyn Tool> — what the registry stores.

Aliased Type§

pub struct DynTool { /* private fields */ }