Skip to main content

create_spinner

Function create_spinner 

Source
pub fn create_spinner(message: &str) -> ProgressBar
Expand description

Simple spinner for non-speed phases (server fetch, ping).

ยงPanics

Panics if the spinner template string is invalid (should never happen).