[][src]Trait seed_style_preview::CssTextDecorationTrait

pub trait CssTextDecorationTrait {
    fn text_decoration_none(self) -> Style;
fn text_decoration_underline(self) -> Style;
fn text_decoration_overline(self) -> Style;
fn text_decoration_line_through(self) -> Style;
fn text_decoration_blink(self) -> Style;
fn text_decoration<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTextDecoration>
; }

Required methods

Loading content...

Implementors

Loading content...