Skip to main content

mapper_mod

Function mapper_mod 

Source
pub fn mapper_mod<T, F>(f: F) -> MapperMod<T>
where F: Fn(&mut Row, &mut T) -> Result<(), ExecError> + Send + Sync + 'static,
Expand description

Wrap a closure as a MapperMod.