Type Definition tc_table::RowSchema[][src]

pub type RowSchema = Vec<Column>;
Expand description

The schema of a Table row

Trait Implementations

Performs the conversion.