Skip to main content

UITraitChangeHandler

Type Alias UITraitChangeHandler 

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