[][src]Trait seed_style_preview::CssGridAutoRowsTrait

pub trait CssGridAutoRowsTrait {
    fn grid_auto_rows_unset(self) -> Style;
fn grid_auto_rows<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssGridAutoRows>
; }

Required methods

fn grid_auto_rows_unset(self) -> Style

fn grid_auto_rows<T>(self, val: T) -> Style where
    T: UpdateStyle<CssGridAutoRows>, 

Loading content...

Implementors

impl CssGridAutoRowsTrait for Style[src]

Loading content...