pub fn spinner(message: &str) -> ProgressBarExpand description
Create an indeterminate spinner with a message.
Returns a ProgressBar that the caller should call .finish_with_message()
or .finish_and_clear() on when done.
pub fn spinner(message: &str) -> ProgressBarCreate an indeterminate spinner with a message.
Returns a ProgressBar that the caller should call .finish_with_message()
or .finish_and_clear() on when done.