[][src]Trait seed_style_preview::CssWidthTrait

pub trait CssWidthTrait {
    fn width_auto(self) -> Style;
fn w_auto(self) -> Style;
fn width<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssWidth>
;
fn w<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssWidth>
; }

Required methods

fn width_auto(self) -> Style

fn w_auto(self) -> Style

fn width<T>(self, val: T) -> Style where
    T: UpdateStyle<CssWidth>, 

fn w<T>(self, val: T) -> Style where
    T: UpdateStyle<CssWidth>, 

Loading content...

Implementors

impl CssWidthTrait for Style[src]

Loading content...