table_post_insert

Function table_post_insert 

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