Type Alias objc2_ui_kit::UITextAttributesConversionHandler

source ยท
pub type UITextAttributesConversionHandler = *mut Block<dyn Fn(NonNull<NSDictionary<NSAttributedStringKey, AnyObject>>) -> NonNull<NSDictionary<NSAttributedStringKey, AnyObject>>>;
Available on crate features UIResponder and block2 only.