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