Skip to main content

mod_fn

Function mod_fn 

Source
pub fn mod_fn<F>(f: F) -> ModFn<F>
Expand description

Wrap a closure as a 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.