pub type select<Selection> = SelectStatement<NoFromClause, SelectClause<Selection>>;
Represents the return type of diesel::select(selection)
diesel::select(selection)
struct select<Selection> { /* private fields */ }