[][src]Trait seed_style_preview::CssColorTrait

pub trait CssColorTrait {
    fn color<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssColor>
; }

Required methods

fn color<T>(self, val: T) -> Style where
    T: UpdateStyle<CssColor>, 

Loading content...

Implementors

impl CssColorTrait for Style[src]

Loading content...