UITextAttributesConversionHandler

Type Alias UITextAttributesConversionHandler 

Source
pub type UITextAttributesConversionHandler = *mut DynBlock<dyn Fn(NonNull<NSDictionary<NSAttributedStringKey, AnyObject>>) -> NonNull<NSDictionary<NSAttributedStringKey, AnyObject>>>;
Available on crate features UIResponder and block2 only.
Expand description