[][src]Trait seed_style_preview::CssGridColumnEndTrait

pub trait CssGridColumnEndTrait {
    fn grid_column_end<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssGridColumnEnd>
; }

Required methods

fn grid_column_end<T>(self, val: T) -> Style where
    T: UpdateStyle<CssGridColumnEnd>, 

Loading content...

Implementors

impl CssGridColumnEndTrait for Style[src]

Loading content...