pub unsafe trait NSPortDelegate: NSObjectProtocol {
// Provided method
unsafe fn handlePortMessage(&self, message: &NSPortMessage)
where Self: Sized + Message { ... }
}
Available on crate feature
NSPort
only.Expand description
Provided Methods§
unsafe fn handlePortMessage(&self, message: &NSPortMessage)
Available on crate feature
NSPortMessage
only.