pub type Columns = Vec<Column>;
List of columns in the result set returned by a Query operation
struct Columns { /* private fields */ }