Type Alias UITraitChangeHandler

Source
pub type UITraitChangeHandler = *mut Block<dyn Fn(NonNull<ProtocolObject<dyn UITraitEnvironment>>, NonNull<UITraitCollection>)>;
Available on crate features UITraitCollection and block2 only.
Expand description