Type Definition diesel::dsl::BareSelect

source ·
pub type BareSelect<Selection> = SelectStatement<NoFromClause, SelectClause<Selection>>;
Expand description

Represents the return type of diesel::select(selection)