Skip to main content

spinner

Function spinner 

Source
pub fn spinner(msg: impl Into<String>) -> ProgressBar
Expand description

An indeterminate spinner for blocking phases with no item count (e.g. solving for a common bounding box). The caller clears it via finish_and_clear when the work completes.