[][src]Trait seed_style_preview::CssBackgroundColorTrait

pub trait CssBackgroundColorTrait {
    fn background_color<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBackgroundColor>
;
fn bg_color<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBackgroundColor>
; }

Required methods

fn background_color<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBackgroundColor>, 

fn bg_color<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBackgroundColor>, 

Loading content...

Implementors

impl CssBackgroundColorTrait for Style[src]

Loading content...