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