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