Skip to main content

MetalNewLibraryCompletionHandler

Type Alias MetalNewLibraryCompletionHandler 

Source
pub type MetalNewLibraryCompletionHandler = Box<dyn FnMut(Result<MetalLibrary, String>) + Send + 'static>;
Expand description

Re-exports the Metal framework surface for this item. Mirrors the Metal framework counterpart for MetalNewLibraryCompletionHandler.

Aliased Type§

pub struct MetalNewLibraryCompletionHandler(/* private fields */);