Type Alias OnErrorFn

Source
pub type OnErrorFn<CONTEXT, ERROR, RESOURCE> = dyn Fn(Arc<RESOURCE>, &ERROR, Arc<CONTEXT>) -> Action + Send + Sync;