Skip to main content

ProgressSink

Type Alias ProgressSink 

Source
pub type ProgressSink = Arc<dyn Fn(ProgressEvent) + Send + Sync + 'static>;
Expand description

Cloneable boxed callback. Pass None in RunOptions::progress for silent runs.

Aliased Typeยง

pub struct ProgressSink { /* private fields */ }