[][src]Trait seed_style_preview::CssEmptyCellsTrait

pub trait CssEmptyCellsTrait {
    fn empty_cells_show(self) -> Style;
fn empty_cells_hide(self) -> Style;
fn empty_cells<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssEmptyCells>
; }

Required methods

fn empty_cells_show(self) -> Style

fn empty_cells_hide(self) -> Style

fn empty_cells<T>(self, val: T) -> Style where
    T: UpdateStyle<CssEmptyCells>, 

Loading content...

Implementors

impl CssEmptyCellsTrait for Style[src]

Loading content...