[][src]Trait seed_style_preview::CssTableLayoutTrait

pub trait CssTableLayoutTrait {
    fn table_layout_auto(self) -> Style;
fn table_layout_fixed(self) -> Style;
fn table_layout<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTableLayout>
; }

Required methods

fn table_layout_auto(self) -> Style

fn table_layout_fixed(self) -> Style

fn table_layout<T>(self, val: T) -> Style where
    T: UpdateStyle<CssTableLayout>, 

Loading content...

Implementors

impl CssTableLayoutTrait for Style[src]

Loading content...