Type Alias UIButtonConfigurationUpdateHandler

Source
pub type UIButtonConfigurationUpdateHandler = *mut DynBlock<dyn Fn(NonNull<UIButton>)>;
Available on crate features UIButton and UIControl and UIResponder and UIView and block2 only.
Expand description