pub fn spinner(message: impl ToString) -> SpinnerExpand description
Create a new spinner with the given message. Sends animation output to stderr and success or
failure messages to stdout. This function handles signals, with there being only one
element handling signals at a time, and is a wrapper to spinner_to().