Type Alias objc2_ui_kit::UIConfigurationTextAttributesTransformer

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