Skip to main content

ProgressCallback

Type Alias ProgressCallback 

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

Callback invoked with (fetched, total) after each batch of tracks is received.

Aliased Typeยง

pub struct ProgressCallback { /* private fields */ }