[][src]Trait seed_style_preview::CssColumnRuleColorTrait

pub trait CssColumnRuleColorTrait {
    fn column_rule_color<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssColumnRuleColor>
; }

Required methods

fn column_rule_color<T>(self, val: T) -> Style where
    T: UpdateStyle<CssColumnRuleColor>, 

Loading content...

Implementors

impl CssColumnRuleColorTrait for Style[src]

Loading content...