Trait iced_style::container::StyleSheet[][src]

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

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

Required methods

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

Produces the style of a container.

Loading content...

Implementors

Loading content...