[][src]Trait seed_style_preview::CssPaddingTopTrait

pub trait CssPaddingTopTrait {
    fn padding_top_auto(self) -> Style;
fn pt_auto(self) -> Style;
fn padding_top<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssPaddingTop>
;
fn pt<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssPaddingTop>
; }

Required methods

fn padding_top_auto(self) -> Style

fn pt_auto(self) -> Style

fn padding_top<T>(self, val: T) -> Style where
    T: UpdateStyle<CssPaddingTop>, 

fn pt<T>(self, val: T) -> Style where
    T: UpdateStyle<CssPaddingTop>, 

Loading content...

Implementors

impl CssPaddingTopTrait for Style[src]

Loading content...