pub type MetalNewDynamicLibraryCompletionHandler = Box<dyn FnMut(Result<DynamicLibrary, String>) + Send + 'static>;Expand description
Re-exports the Metal framework surface for this item.
Mirrors the Metal framework counterpart for MetalNewDynamicLibraryCompletionHandler.
Aliased Type§
pub struct MetalNewDynamicLibraryCompletionHandler(/* private fields */);