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

Re-exports

pub use crate::iterator::ProgressTrackingAdaptor as __stati_ProgressTrackingAdaptor;
pub use crate::wrapper::IsBarWrapper as __stati_IsBarWrapper;

Traits

Basic API of a progress bar, providing methods required for all progress bars

simple API for use by the progress bar iterator ProgressTracker