[][src]Trait seed_style_preview::CssBackgroundSizeTrait

pub trait CssBackgroundSizeTrait {
    fn background_size<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBackgroundSize>
; }

Required methods

fn background_size<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBackgroundSize>, 

Loading content...

Implementors

impl CssBackgroundSizeTrait for Style[src]

Loading content...