Type Alias objc2_web_kit::NSAttributedStringCompletionHandler
source ยท pub type NSAttributedStringCompletionHandler = *mut Block<dyn Fn(*mut NSAttributedString, *mut NSDictionary<NSAttributedStringDocumentAttributeKey, AnyObject>, *mut NSError)>;
Available on crate feature
NSAttributedString
and crate feature block2
and crate feature objc2-app-kit
and macOS only.