pub fn struct_col<I>(cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,
Creates a new struct column.