[][src]Module termprogress::prelude

The prelude exposes the traits for spinners and progress bars, and the spinner::Spin and progress::Bar types for easy access and use.

Re-exports

pub use super::spinner::Spin;
pub use super::progress::Bar;
pub use super::silent::Silent;

Traits

Display

A trait for all bars' displaying

ProgressBar

A trait for any bar with progress. You can implemnent your own styles through this trait.

Spinner

A trait for any bar without progress. You can implemnent your own styles through this trait.

WithTitle

A trait for creating a progress bar or spinner with a title.