ProgressCallback

Type Alias ProgressCallback 

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

Callback type for progress updates

Aliased Typeยง

pub struct ProgressCallback(/* private fields */);