table_pre_insert

Function table_pre_insert 

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