pub type AsSelect<Source, DB> = SelectBy<Source, DB>;
Represents the return type of .as_select()
.as_select()
struct AsSelect<Source, DB> { /* private fields */ }