Function tabled::build_grid[][src]

pub fn build_grid<T: Tabled>(iter: impl IntoIterator<Item = T>) -> Grid
Expand description

Build_grid function build a Grid from a data. A table macros should be prefered over this function.