Trait re_dev_tools::build_search_index::util::ProgressBarExt
source · pub trait ProgressBarExt {
// Required method
fn set(&self, message: impl Into<Cow<'static, str>>, is_tty: bool);
}
Required Methods§
Object Safety§
This trait is not object safe.