diesel::helper_types

Type Alias select

Source
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 */ }