pub type ReloadCallback = Arc<dyn Fn(&str) + Send + Sync>;
Callback type for tool reload events.
pub struct ReloadCallback { /* private fields */ }