[][src]Trait iced_glow::widget::rule::StyleSheet

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

A set of rules that dictate the style of a rule.

Required methods

fn style(&self) -> Style

Produces the style of a rule.

Loading content...

Implementors

Loading content...