Type Alias diesel::dsl::AsSelect

source ·
pub type AsSelect<Source, DB> = SelectBy<Source, DB>;
Expand description

Represents the return type of .as_select()

Aliased Type§

struct AsSelect<Source, DB> { /* private fields */ }