Type Definition tc_table::RowSchema

source ·
pub type RowSchema = Vec<Column>;
Expand description

The schema of a Table row

Trait Implementations§

Converts to this type from the input type.