[][src]Trait seed_style_preview::CssGridTemplateRowsTrait

pub trait CssGridTemplateRowsTrait {
    fn grid_template_rows_unset(self) -> Style;
fn grid_template_rows<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssGridTemplateRows>
; }

Required methods

fn grid_template_rows_unset(self) -> Style

fn grid_template_rows<T>(self, val: T) -> Style where
    T: UpdateStyle<CssGridTemplateRows>, 

Loading content...

Implementors

impl CssGridTemplateRowsTrait for Style[src]

Loading content...