Struct tuirealm::props::texts::TableBuilder[][src]

pub struct TableBuilder { /* fields omitted */ }
Expand description

TableBuilder

Table builder is a helper to make it easier to build text tables

Implementations

add_col

Add a column to the last row

add_row

Add a new row to the table

build

Take table out of builder Don’t call this method twice for any reasons!

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.