[][src]Trait seed_style_preview::CssGridRowStartTrait

pub trait CssGridRowStartTrait {
    fn grid_row_start<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssGridRowStart>
; }

Required methods

fn grid_row_start<T>(self, val: T) -> Style where
    T: UpdateStyle<CssGridRowStart>, 

Loading content...

Implementors

impl CssGridRowStartTrait for Style[src]

Loading content...