ENErrorHandler

Type Alias ENErrorHandler 

Source
pub type ENErrorHandler = *mut DynBlock<dyn Fn(*mut NSError)>;
Available on crate features ENCommon and block2 only.
Expand description

Invoked when an operation completes. Error is nil for success or non-nil if an error occurred.

See also Apple’s documentation