[][src]Trait seed_style_preview::CssRowGapTrait

pub trait CssRowGapTrait {
    fn row_gap_auto(self) -> Style;
fn row_gap<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssRowGap>
; }

Required methods

fn row_gap_auto(self) -> Style

fn row_gap<T>(self, val: T) -> Style where
    T: UpdateStyle<CssRowGap>, 

Loading content...

Implementors

impl CssRowGapTrait for Style[src]

Loading content...