[][src]Trait seed_style_preview::CssBoxShadowTrait

pub trait CssBoxShadowTrait {
    fn box_shadow_none(self) -> Style;
fn box_shadow<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBoxShadow>
; }

Required methods

fn box_shadow_none(self) -> Style

fn box_shadow<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBoxShadow>, 

Loading content...

Implementors

impl CssBoxShadowTrait for Style[src]

Loading content...