Type Alias UIPrinterPickerCompletionHandler

Source
pub type UIPrinterPickerCompletionHandler = *mut Block<dyn Fn(NonNull<UIPrinterPickerController>, Bool, *mut NSError)>;
Available on crate features UIPrinterPickerController and block2 only.
Expand description