Type Definition diesel::helper_types::Select [] [src]

type Select<Source, Selection, Type = <Selection as Expression>::SqlType> = <Source as SelectDsl<Selection, Type>>::Output;

Represents the return type of .select(selection)