Type Alias HMErrorBlock

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

A generic handler for callbacks containing a single error parameter.

See also Apple’s documentation