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.Expand description
Provided Methods§
Trait Implementations§
Source§impl ProtocolType for dyn NSTouchBarProvider
impl ProtocolType for dyn NSTouchBarProvider
impl<T> ImplementedBy<T> for dyn NSTouchBarProvider
Implementations on Foreign Types§
impl<T> NSTouchBarProvider for ProtocolObject<T>where
T: ?Sized + NSTouchBarProvider,
Implementors§
impl NSTouchBarProvider for NSResponder
Available on crate feature
NSResponder only.