pub type DynTool = Arc<dyn Tool>;
Arc<dyn Tool> — what the registry stores.
Arc<dyn Tool>
pub struct DynTool { /* private fields */ }