table_post_insert

Function table_post_insert 

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