pub fn mapper_mod<T, F>(f: F) -> MapperMod<T>where F: Fn(&mut Row, &mut T) -> Result<(), ExecError> + Send + Sync + 'static,
Wrap a closure as a MapperMod.
MapperMod