[][src]Trait seed_style_preview::CssBorderLeftColorTrait

pub trait CssBorderLeftColorTrait {
    fn border_left_color<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderLeftColor>
;
fn bl_color<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderLeftColor>
; }

Required methods

fn border_left_color<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBorderLeftColor>, 

fn bl_color<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBorderLeftColor>, 

Loading content...

Implementors

impl CssBorderLeftColorTrait for Style[src]

Loading content...