pub trait ToRaqoteStyle {
    type Target;

    // Required method
    fn to_raqote_style(self) -> Self::Target;
}

Required Associated Types§

Required Methods§

source

fn to_raqote_style(self) -> Self::Target

Implementations on Foreign Types§

source§

impl ToRaqoteStyle for LineJoinStyle

source§

impl ToRaqoteStyle for BlendingStyle

source§

impl ToRaqoteStyle for CompositionStyle

source§

impl ToRaqoteStyle for CompositionOrBlending

source§

impl ToRaqoteStyle for LineCapStyle

source§

impl ToRaqoteStyle for AbsoluteColor

Implementors§