Function bookdata::io::open_progress
source · pub fn open_progress(path: &Path, pb: ProgressBar) -> Result<impl BufRead>
Expand description
Open a file as a buffered reader with a progress bar.
pub fn open_progress(path: &Path, pb: ProgressBar) -> Result<impl BufRead>
Open a file as a buffered reader with a progress bar.