Type Alias diesel::helper_types::BareSelect

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

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

Aliased Type§

struct BareSelect<Selection> { /* private fields */ }