Skip to main content

track_download_item

Function track_download_item 

Source
pub(super) fn track_download_item(
    ctx: &Arc<AppContext>,
    item_id: String,
    item_label: Option<String>,
    total_bytes: Option<u64>,
) -> Arc<dyn Fn(u64, Option<u64>) + Send + Sync>