pub trait SelectProjections { // Required method fn into_select_projections(self) -> Vec<SelectProjection>; }