[][src]Trait seed_style_preview::CssBackgroundBlendModeTrait

pub trait CssBackgroundBlendModeTrait {
    fn background_blend_mode<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBackgroundBlendMode>
; }

Required methods

fn background_blend_mode<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBackgroundBlendMode>, 

Loading content...

Implementors

impl CssBackgroundBlendModeTrait for Style[src]

Loading content...