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

pub trait BorderBottom {
    fn border_bottom(self, value: BoxBorder) -> Node;
}

Border Bottom

Required methods

fn border_bottom(self, value: BoxBorder) -> Node

Border Bottom

Loading content...

Implementors

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

Loading content...