Type Alias diesel::helper_types::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 */ }