[][src]Trait seed_style_preview::CssBackgroundImageTrait

pub trait CssBackgroundImageTrait {
    fn background_image_none(self) -> Style;
fn bg_image_none(self) -> Style;
fn background_image<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBackgroundImage>
;
fn bg_image<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBackgroundImage>
; }

Required methods

fn background_image_none(self) -> Style

fn bg_image_none(self) -> Style

fn background_image<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBackgroundImage>, 

fn bg_image<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBackgroundImage>, 

Loading content...

Implementors

impl CssBackgroundImageTrait for Style[src]

Loading content...