[][src]Trait seed_style_preview::CssBoxSizingTrait

pub trait CssBoxSizingTrait {
    fn box_sizing_border_box(self) -> Style;
fn box_sizing_content_box(self) -> Style;
fn box_sizing<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBoxSizing>
; }

Required methods

fn box_sizing_border_box(self) -> Style

fn box_sizing_content_box(self) -> Style

fn box_sizing<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBoxSizing>, 

Loading content...

Implementors

impl CssBoxSizingTrait for Style[src]

Loading content...