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