[][src]Trait seed_style_preview::CssOutlineBottomStyleTrait

pub trait CssOutlineBottomStyleTrait {
    fn outline_bottom_style_none(self) -> Style;
fn outline_bottom_style_hidden(self) -> Style;
fn outline_bottom_style_dotted(self) -> Style;
fn outline_bottom_style_dashed(self) -> Style;
fn outline_bottom_style_solid(self) -> Style;
fn outline_bottom_style_double(self) -> Style;
fn outline_bottom_style_groove(self) -> Style;
fn outline_bottom_style_ridge(self) -> Style;
fn outline_bottom_style_inset(self) -> Style;
fn outline_bottom_style_outset(self) -> Style;
fn outline_bottom_style<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssOutlineBottomStyle>
; }

Required methods

Loading content...

Implementors

Loading content...