[][src]Trait seed_style_preview::CssShapeImageThresholdTrait

pub trait CssShapeImageThresholdTrait {
    fn shape_image_threshold<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssShapeImageThreshold>
; }

Required methods

fn shape_image_threshold<T>(self, val: T) -> Style where
    T: UpdateStyle<CssShapeImageThreshold>, 

Loading content...

Implementors

impl CssShapeImageThresholdTrait for Style[src]

Loading content...