[][src]Trait seed_style_preview::CssPaddingBottomTrait

pub trait CssPaddingBottomTrait {
    fn padding_bottom_auto(self) -> Style;
fn pb_auto(self) -> Style;
fn padding_bottom<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssPaddingBottom>
;
fn pb<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssPaddingBottom>
; }

Required methods

fn padding_bottom_auto(self) -> Style

fn pb_auto(self) -> Style

fn padding_bottom<T>(self, val: T) -> Style where
    T: UpdateStyle<CssPaddingBottom>, 

fn pb<T>(self, val: T) -> Style where
    T: UpdateStyle<CssPaddingBottom>, 

Loading content...

Implementors

impl CssPaddingBottomTrait for Style[src]

Loading content...