pub fn mod_fn<F>(f: F) -> ModFn<F>
Wrap a closure as a Mod.
Mod
Intentionally unbounded here: the query type comes from the Mod impl at the use site, so an inline |q: &mut SelectQuery| needs no turbofish.
|q: &mut SelectQuery|