pub fn named_struct<I>(cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,
Creates a struct with the given field names and values.