Skip to main content

spinner

Function spinner 

Source
pub fn spinner(message: &str) -> ProgressBar
Expand 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.