[][src]Trait seed_style_preview::CssOutlineBottomWidthTrait

pub trait CssOutlineBottomWidthTrait {
    fn outline_bottom_width_medium(self) -> Style;
fn outline_bottom_width_thin(self) -> Style;
fn outline_bottom_width_thick(self) -> Style;
fn outline_bottom_width<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssOutlineBottomWidth>
; }

Required methods

Loading content...

Implementors

impl CssOutlineBottomWidthTrait for Style[src]

Loading content...