AVMIDIPlayerCompletionHandler

Type Alias AVMIDIPlayerCompletionHandler 

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

Generic callback block.

See also Apple’s documentation