pub fn default_unbounded_progress_bar(
msg: impl Into<Cow<'static, str>>,
) -> ProgressBar
Expand description
Create a new unbounded progress bar with the specified message.
§Arguments
msg
: The message to display on the progress bar.
§Returns
A new unbounded progress bar.
This will create a new unbounded progress bar with the message “Processing sequences”. The progress bar will be a spinner.
§Panics
This function will panic if the progress bar style cannot be created.