ENErrorOutType

Type Alias ENErrorOutType 

Source
pub type ENErrorOutType = *mut *mut NSError;
Available on crate feature ENCommon only.
Expand description

Type for returning NSError’s from functions. Avoids long and repetitious method signatures.

See also Apple’s documentation