Type Alias diesel::dsl::NullableSelect
source ยท pub type NullableSelect<Source> = <Source as SelectNullableDsl>::Output;
Expand description
Represents the return type of .nullable()
pub type NullableSelect<Source> = <Source as SelectNullableDsl>::Output;
Represents the return type of .nullable()