pub fn create_progress_bar( length: usize, prefix: &'static str, theme: ProgressBarTheme, ) -> ProgressBar
Creates a new progress bar with the specified length and theme.
length
theme
A ProgressBar that is styled and ready to use.
ProgressBar