[][src]Trait seed_style_preview::CssTextEmphasisPositionTrait

pub trait CssTextEmphasisPositionTrait {
    fn text_emphasis_position<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTextEmphasisPosition>
; }

Required methods

fn text_emphasis_position<T>(self, val: T) -> Style where
    T: UpdateStyle<CssTextEmphasisPosition>, 

Loading content...

Implementors

impl CssTextEmphasisPositionTrait for Style[src]

Loading content...