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