Skip to main content

UITextAttributesConversionHandler

Type Alias UITextAttributesConversionHandler 

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