[][src]Trait seed_style_preview::CssTextEmphasisStyleTrait

pub trait CssTextEmphasisStyleTrait {
    fn text_emphasis_style<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTextEmphasisStyle>
; }

Required methods

fn text_emphasis_style<T>(self, val: T) -> Style where
    T: UpdateStyle<CssTextEmphasisStyle>, 

Loading content...

Implementors

impl CssTextEmphasisStyleTrait for Style[src]

Loading content...