Skip to main content

ProgressCallback

Type Alias ProgressCallback 

Source
pub type ProgressCallback = Arc<dyn Fn(String) + Send + Sync>;
Expand description

Tool definition and argument validation. Callback type for progress updates

Aliased Type§

pub struct ProgressCallback { /* private fields */ }