[][src]Trait seed_style_preview::CssFontStretchTrait

pub trait CssFontStretchTrait {
    fn font_stretch<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssFontStretch>
; }

Required methods

fn font_stretch<T>(self, val: T) -> Style where
    T: UpdateStyle<CssFontStretch>, 

Loading content...

Implementors

impl CssFontStretchTrait for Style[src]

Loading content...