pub unsafe trait NSExtensionRequestHandling: NSObjectProtocol {
// Provided method
unsafe fn beginRequestWithExtensionContext(
&self,
context: &NSExtensionContext
)
where Self: Sized + Message { ... }
}
Available on crate feature
NSExtensionRequestHandling
only.Provided Methods§
unsafe fn beginRequestWithExtensionContext(&self, context: &NSExtensionContext)
Available on crate feature
NSExtensionContext
only.