Type Alias 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.
Expand description