[][src]Trait seed_style_preview::CssGridRowTrait

pub trait CssGridRowTrait {
    fn grid_row<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssGridRow>
; }

Required methods

fn grid_row<T>(self, val: T) -> Style where
    T: UpdateStyle<CssGridRow>, 

Loading content...

Implementors

impl CssGridRowTrait for Style[src]

Loading content...