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