UITraitChangeHandler

Type Alias UITraitChangeHandler 

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