[][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;

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.