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

pub trait MaxWidth {
    fn max_width(self, value: Unit) -> Node;
}

Box Max Width

Required methods

fn max_width(self, value: Unit) -> Node

Box Max Width

Loading content...

Implementors

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

Loading content...