[][src]Trait seed_style_preview::CssTextEmphasisColorTrait

pub trait CssTextEmphasisColorTrait {
    fn text_emphasis_color<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTextEmphasisColor>
; }

Required methods

fn text_emphasis_color<T>(self, val: T) -> Style where
    T: UpdateStyle<CssTextEmphasisColor>, 

Loading content...

Implementors

impl CssTextEmphasisColorTrait for Style[src]

Loading content...