Type Alias diesel::helper_types::Select
source ยท pub type Select<Source, Selection> = <Source as SelectDsl<Selection>>::Output;
Expand description
Represents the return type of .select(selection)
pub type Select<Source, Selection> = <Source as SelectDsl<Selection>>::Output;
Represents the return type of .select(selection)