pub type OnEntryFn = Arc<dyn for<'a> Fn(UploadProgress<'a>) + Send + Sync>;
Boxed callback invoked once per entry when uploading a collection.
pub struct OnEntryFn { /* private fields */ }