Skip to main content

MetalNewDynamicLibraryCompletionHandler

Type Alias MetalNewDynamicLibraryCompletionHandler 

Source
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 */);