pub unsafe trait NSTouchBarProvider: NSObjectProtocol + MainThreadOnly {
// Provided method
unsafe fn touchBar(&self) -> Option<Retained<NSTouchBar>>
where Self: Sized + Message { ... }
}
Available on crate feature
NSTouchBar
only.