pub fn select_columns(
columns: &'static [&'static str],
field: &'static str,
) -> impl Iterator<Item = SelectColumn> + 'staticpub fn select_columns(
columns: &'static [&'static str],
field: &'static str,
) -> impl Iterator<Item = SelectColumn> + 'static