[][src]Trait seed_style_preview::CssBackgroundAttachmentTrait

pub trait CssBackgroundAttachmentTrait {
    fn background_attachment_scroll(self) -> Style;
fn bg_attachment_scroll(self) -> Style;
fn background_attachment_fixed(self) -> Style;
fn bg_attachment_fixed(self) -> Style;
fn background_attachment<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBackgroundAttachment>
;
fn bg_attachment<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBackgroundAttachment>
; }

Required methods

Loading content...

Implementors

impl CssBackgroundAttachmentTrait for Style[src]

Loading content...