pub fn callback_builder(
callback: impl FnMut(ProgressEvent) + 'static,
) -> impl ProgressExpand description
Build a hf_hub::api::Progress that encapsulate the provided callback
pub fn callback_builder(
callback: impl FnMut(ProgressEvent) + 'static,
) -> impl ProgressBuild a hf_hub::api::Progress that encapsulate the provided callback