[][src]Trait seed_style_preview::CssBackgroundTrait

pub trait CssBackgroundTrait {
    fn background<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBackground>
; }

Required methods

fn background<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBackground>, 

Loading content...

Implementors

impl CssBackgroundTrait for Style[src]

Loading content...