Type Definition diesel::dsl::BareSelect
source · [−]pub type BareSelect<Selection> = SelectStatement<NoFromClause, SelectClause<Selection>>;
Expand description
Represents the return type of diesel::select(selection)
pub type BareSelect<Selection> = SelectStatement<NoFromClause, SelectClause<Selection>>;
Represents the return type of diesel::select(selection)