[][src]Trait iced_style::progress_bar::StyleSheet

pub trait StyleSheet {
    pub fn style(&self) -> Style;
}

A set of rules that dictate the style of a progress bar.

Required methods

pub fn style(&self) -> Style[src]

Loading content...

Implementors

Loading content...