[][src]Trait seed_style_preview::CssOutlineRightWidthTrait

pub trait CssOutlineRightWidthTrait {
    fn outline_right_width_medium(self) -> Style;
fn outline_right_width_thin(self) -> Style;
fn outline_right_width_thick(self) -> Style;
fn outline_right_width<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssOutlineRightWidth>
; }

Required methods

Loading content...

Implementors

impl CssOutlineRightWidthTrait for Style[src]

Loading content...