pub trait ToFillOrStrokeStyle {
    // Required method
    fn to_fill_or_stroke_style(self) -> FillOrStrokeStyle;
}

Required Methods§

Implementors§