[][src]Trait seed_style_preview::CssTextShadowTrait

pub trait CssTextShadowTrait {
    fn text_shadow_none(self) -> Style;
fn text_shadow<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTextShadow>
; }

Required methods

fn text_shadow_none(self) -> Style

fn text_shadow<T>(self, val: T) -> Style where
    T: UpdateStyle<CssTextShadow>, 

Loading content...

Implementors

impl CssTextShadowTrait for Style[src]

Loading content...