Skip to main content

select_columns

Function select_columns 

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