Enum sktablelayout::LayoutOp [−][src]
pub enum LayoutOp {
Cell(CellProperties),
Row,
}Variants
Cell(CellProperties)Inserts a cell in the resulting layout.
RowInserts a row break in the resulting layout.
pub enum LayoutOp {
Cell(CellProperties),
Row,
}Cell(CellProperties)Inserts a cell in the resulting layout.
RowInserts a row break in the resulting layout.