[][src]Trait seed_style_preview::CssMarginBottomTrait

pub trait CssMarginBottomTrait {
    fn margin_bottom_auto(self) -> Style;
fn mb_auto(self) -> Style;
fn margin_bottom<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssMarginBottom>
;
fn mb<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssMarginBottom>
; }

Required methods

fn margin_bottom_auto(self) -> Style

fn mb_auto(self) -> Style

fn margin_bottom<T>(self, val: T) -> Style where
    T: UpdateStyle<CssMarginBottom>, 

fn mb<T>(self, val: T) -> Style where
    T: UpdateStyle<CssMarginBottom>, 

Loading content...

Implementors

impl CssMarginBottomTrait for Style[src]

Loading content...