Type Definition tc_table::RowSchema[][src]

type RowSchema = Vec<Column>;
Expand description

The schema of a Table row

Trait Implementations

Performs the conversion.