[][src]Trait seed_style_preview::CssTextJustifyTrait

pub trait CssTextJustifyTrait {
    fn text_justify<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTextJustify>
; }

Required methods

fn text_justify<T>(self, val: T) -> Style where
    T: UpdateStyle<CssTextJustify>, 

Loading content...

Implementors

impl CssTextJustifyTrait for Style[src]

Loading content...