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