pub trait ToRaqotePattern<'a> {
    // Required method
    fn to_raqote_pattern(self) -> Option<Pattern<'a>>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ToRaqotePattern<'_> for FillOrStrokeStyle

Implementors§