Skip to main content

HMErrorBlock

Type Alias HMErrorBlock 

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

A generic handler for callbacks containing a single error parameter.

See also Apple’s documentation