pub unsafe trait UITraitChangeRegistration:
NSObjectProtocol
+ NSCopying
+ MainThreadOnly { }Available on crate feature
UITraitCollection only.Expand description
Trait Implementations§
impl<T> ImplementedBy<T> for dyn UITraitChangeRegistration
Source§impl ProtocolType for dyn UITraitChangeRegistration
impl ProtocolType for dyn UITraitChangeRegistration
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".