pub type PullProgressCallback<'a> = &'a mut (dyn FnMut(PullProgress) + Send);Expand description
A host push-callback for Harness::pull_model download progress, invoked
per stream chunk on the calling thread.
pub type PullProgressCallback<'a> = &'a mut (dyn FnMut(PullProgress) + Send);A host push-callback for Harness::pull_model download progress, invoked
per stream chunk on the calling thread.