Skip to main content

ProgressCallback

Type Alias ProgressCallback 

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

Callback type for progress updates

Aliased Typeยง

pub struct ProgressCallback { /* private fields */ }