[][src]Module comfy_table::cell

Structs

Cell

The representation of a single cell in a table row. Each cell contains a string, which will later be displayed at the respective row/column.

Traits

ToCell
ToCells

Allow the conversion of a type to a vector of cells. By default this is implemented for all types implementing IntoIterator where the iterated Item type implements ToString. E.g. a Vec works