re_dev_tools::build_search_index::util

Trait ProgressBarExt

Source
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)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so 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§