[][src]Trait seed_style_preview::CssGapTrait

pub trait CssGapTrait {
    fn gap_auto(self) -> Style;
fn gap<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssGap>
; }

Required methods

fn gap_auto(self) -> Style

fn gap<T>(self, val: T) -> Style where
    T: UpdateStyle<CssGap>, 

Loading content...

Implementors

impl CssGapTrait for Style[src]

Loading content...