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 features NSAttributedString and block2 and objc2-app-kit only.