Type Definition block_tools::db::use_diesel::helper_types::Distinct[][src]

type Distinct<Source> = <Source as DistinctDsl>::Output;

Represents the return type of .distinct()