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

pub trait GridAutoRows {
    fn grid_auto_rows(self, value: GridAuto) -> Node;
}

GridAutoColumn Style

Required methods

fn grid_auto_rows(self, value: GridAuto) -> Node

GridAutoColumn Style

Loading content...

Implementors

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

Loading content...