[][src]Trait seed_style_preview::CssTopTrait

pub trait CssTopTrait {
    fn top_auto(self) -> Style;
fn top<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTop>
; }

Required methods

fn top_auto(self) -> Style

fn top<T>(self, val: T) -> Style where
    T: UpdateStyle<CssTop>, 

Loading content...

Implementors

impl CssTopTrait for Style[src]

Loading content...