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

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

Required Methods

Implementors