[][src]Trait seed_style_preview::CssOutlineColorTrait

pub trait CssOutlineColorTrait {
    fn outline_color<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssOutlineColor>
; }

Required methods

fn outline_color<T>(self, val: T) -> Style where
    T: UpdateStyle<CssOutlineColor>, 

Loading content...

Implementors

impl CssOutlineColorTrait for Style[src]

Loading content...