pub trait ProgressBarExt {
    // Required method
    fn set(&self, message: impl Into<Cow<'static, str>>, is_tty: bool);
}

Required Methods§

source

fn set(&self, message: impl Into<Cow<'static, str>>, is_tty: bool)

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ProgressBarExt for ProgressBar

source§

fn set(&self, message: impl Into<Cow<'static, str>>, is_tty: bool)

Implementors§