Type Alias DeleteHandlerList
Source pub type DeleteHandlerList<M> = Arc<ModelHandlerList<Arc<dyn for<'a> Fn(&'a M, &'a <M as DeletableModel>::DeleteOptions, &'a State, &'a mut Transaction<'_, Postgres>) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'a>> + Send + Sync>, Arc<dyn for<'a> Fn(&'a M, &'a <M as DeletableModel>::DeleteOptions, &'a State, &'a mut Transaction<'_, Postgres>) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'a>> + Send + Sync>>>;
pub struct DeleteHandlerList<M> { }