pub fn grid_to_cellgrid(
elem: &Packed<GridElem>,
engine: &mut Engine<'_>,
styles: StyleChain<'_>,
) -> SourceResult<CellGrid>Expand description
Convert a grid to a cell grid.
pub fn grid_to_cellgrid(
elem: &Packed<GridElem>,
engine: &mut Engine<'_>,
styles: StyleChain<'_>,
) -> SourceResult<CellGrid>Convert a grid to a cell grid.