table_pre_insert

Function table_pre_insert 

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