Type Alias wgpu_core::device::DeviceLostClosure
source · pub type DeviceLostClosure = Box<dyn FnOnce(DeviceLostReason, String) + Send + 'static>;
Aliased Type§
struct DeviceLostClosure(/* private fields */);
pub type DeviceLostClosure = Box<dyn FnOnce(DeviceLostReason, String) + Send + 'static>;
struct DeviceLostClosure(/* private fields */);