[][src]Trait seed_style_preview::CssBottomTrait

pub trait CssBottomTrait {
    fn bottom_auto(self) -> Style;
fn bottom<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBottom>
; }

Required methods

fn bottom_auto(self) -> Style

fn bottom<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBottom>, 

Loading content...

Implementors

impl CssBottomTrait for Style[src]

Loading content...