[][src]Trait seed_style_preview::CssBorderColorTrait

pub trait CssBorderColorTrait {
    fn border_color<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderColor>
;
fn b_color<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderColor>
; }

Required methods

fn border_color<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBorderColor>, 

fn b_color<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBorderColor>, 

Loading content...

Implementors

impl CssBorderColorTrait for Style[src]

Loading content...