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