callback_builder

Function callback_builder 

Source
pub fn callback_builder(
    callback: impl FnMut(ProgressEvent) + 'static,
) -> impl Progress
Expand description

Build a hf_hub::api::Progress that encapsulate the provided callback