[][src]Trait seed_style_preview::CssTextOverflowTrait

pub trait CssTextOverflowTrait {
    fn text_overflow<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTextOverflow>
; }

Required methods

fn text_overflow<T>(self, val: T) -> Style where
    T: UpdateStyle<CssTextOverflow>, 

Loading content...

Implementors

impl CssTextOverflowTrait for Style[src]

Loading content...