[][src]Trait seed_style_preview::CssTextEmphasisTrait

pub trait CssTextEmphasisTrait {
    fn text_emphasis<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTextEmphasis>
; }

Required methods

fn text_emphasis<T>(self, val: T) -> Style where
    T: UpdateStyle<CssTextEmphasis>, 

Loading content...

Implementors

impl CssTextEmphasisTrait for Style[src]

Loading content...