view_def_post_create

Function view_def_post_create 

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