[][src]Trait seed_style_preview::CssGridRowGapTrait

pub trait CssGridRowGapTrait {
    fn grid_row_gap_auto(self) -> Style;
fn grid_row_gap<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssGridRowGap>
; }

Required methods

fn grid_row_gap_auto(self) -> Style

fn grid_row_gap<T>(self, val: T) -> Style where
    T: UpdateStyle<CssGridRowGap>, 

Loading content...

Implementors

impl CssGridRowGapTrait for Style[src]

Loading content...