Trait iced::widget::svg::StyleSheet

pub trait StyleSheet {
    type Style: Default;

    fn appearance(&self, style: &Self::Style) -> Appearance;
}
Available on crate feature svg only.
Expand description

The stylesheet of a svg.

Required Associated Types§

The supported style of the StyleSheet.

Required Methods§

Produces the Appearance of the svg.

Implementations on Foreign Types§

Implementors§