Expand description

trait imports for stati.

please not that this is only trait imports, and also renames all items to _stati as to avoid namespace colision.

if you want to use a trait yourself, and not just its methods, import it seperatly

Traits

Functions that a progress bar should implement, like SimpleBar

Bars that accept a precentage for the Progress type (represented as usize) bars like this should generaly use 100% (100usize) for completed,