Type Definition block_tools::db::use_diesel::dsl::Filter[][src]

type Filter<Source, Predicate> = <Source as FilterDsl<Predicate>>::Output;

Represents the return type of .filter(predicate)