Type Definition tc_table::RowSchema [−][src]
type RowSchema = Vec<Column>;
The schema of a Table row
Trait Implementations
impl From<IndexSchema> for RowSchema[src]
impl From<IndexSchema> for RowSchema[src]fn from(schema: IndexSchema) -> RowSchema[src]
fn from(schema: IndexSchema) -> RowSchema[src]Performs the conversion.