[][src]Trait elvis_core::style::traits::ColumnRuleColor

pub trait ColumnRuleColor {
    fn column_rule_color(self, value: Color) -> Node;
}

ColumnRuleColor Style

Required methods

fn column_rule_color(self, value: Color) -> Node

ColumnRuleColor Style

Loading content...

Implementors

impl<T> ColumnRuleColor for T where
    T: Into<Node>, 
[src]

Loading content...