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