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
pub type ENErrorOutType = *mut *mut NSError;ENCommon only.Type for returning NSError’s from functions. Avoids long and repetitious method signatures.
See also Apple’s documentation