[][src]Trait seed_style_preview::CssDisplayTrait

pub trait CssDisplayTrait {
    fn display_inline(self) -> Style;
fn display_block(self) -> Style;
fn display_contents(self) -> Style;
fn display_flex(self) -> Style;
fn display_grid(self) -> Style;
fn display_hidden(self) -> Style;
fn display_inline_block(self) -> Style;
fn display_inline_flex(self) -> Style;
fn display_inline_grid(self) -> Style;
fn display_inline_table(self) -> Style;
fn display_list_item(self) -> Style;
fn display_run_in(self) -> Style;
fn display_table(self) -> Style;
fn display_table_caption(self) -> Style;
fn display_table_column_group(self) -> Style;
fn display_table_header_group(self) -> Style;
fn display_table_footer_group(self) -> Style;
fn display_table_row_group(self) -> Style;
fn display_table_cell(self) -> Style;
fn display_table_column(self) -> Style;
fn display_table_row(self) -> Style;
fn display_none(self) -> Style;
fn display<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssDisplay>
; }

Required methods

Loading content...

Implementors

Loading content...