Struct dprint_cli_core::logging::ProgressBars
source · [−]pub struct ProgressBars { /* private fields */ }
Implementations
Checks if progress bars are supported
Creates a new ProgressBars or returns None when not supported.
pub fn add_progress(
&self,
message: String,
style: ProgressBarStyle,
total_size: usize
) -> ProgressBar
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ProgressBars
impl Send for ProgressBars
impl Sync for ProgressBars
impl Unpin for ProgressBars
impl !UnwindSafe for ProgressBars
Blanket Implementations
Mutably borrows from an owned value. Read more