pub fn spinner(msg: impl Into<String>) -> ProgressBarExpand 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.
pub fn spinner(msg: impl Into<String>) -> ProgressBarAn 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.