pub fn wrap_file(
file: File,
_description: &str,
total: Option<u64>,
) -> ProgressFile ⓘExpand description
Wrap a file with progress tracking (standalone, no Progress).
To get live progress updates on reads, use Progress::wrap_file instead.