pub unsafe trait NSSoundDelegate: NSObjectProtocol + MainThreadOnly {
// Provided method
unsafe fn sound_didFinishPlaying(&self, sound: &NSSound, flag: bool)
where Self: Sized + Message { ... }
}
Available on crate feature
NSSound
only.