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

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

Box Max Height

Required methods

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

Box Max Height

Loading content...

Implementors

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

Loading content...