Type Alias diesel::helper_types::Distinct
source ยท pub type Distinct<Source> = <Source as DistinctDsl>::Output;
Expand description
Represents the return type of .distinct()
pub type Distinct<Source> = <Source as DistinctDsl>::Output;
Represents the return type of .distinct()