table_def_post_create

Function table_def_post_create 

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