table_pre_update

Function table_pre_update 

Source
pub fn table_pre_update<T: CommandTransaction, F>(
    f: F,
) -> ClosureTablePreUpdateInterceptor<T, F>
where F: for<'a> Fn(&mut TablePreUpdateContext<'a, T>) -> Result<()> + Send + Sync + Clone + 'static,