Enum sktablelayout::LayoutOp[][src]

pub enum LayoutOp {
    Cell(CellProperties),
    Row,
}

Variants

Inserts a cell in the resulting layout.

Inserts a row break in the resulting layout.

Auto Trait Implementations

impl !Send for LayoutOp

impl !Sync for LayoutOp