Type Alias AVMIDIPlayerCompletionHandler

Source
pub type AVMIDIPlayerCompletionHandler = *mut Block<dyn Fn()>;
Available on crate features AVMIDIPlayer and block2 only.
Expand description

Generic callback block.

See also Apple’s documentation