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

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

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

Required methods

pub fn style(&self) -> Style

Produces the style of a rule.

Loading content...

Implementors

Loading content...