[][src]Trait seed_style_preview::CssSpaceTrait

pub trait CssSpaceTrait {
    fn space_auto(self) -> Style;
fn space<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssSpace>
; }

Required methods

fn space_auto(self) -> Style

fn space<T>(self, val: T) -> Style where
    T: UpdateStyle<CssSpace>, 

Loading content...

Implementors

impl CssSpaceTrait for Style[src]

Loading content...