Type Alias wgpu::core::device::DeviceLostCallback

source ·
pub type DeviceLostCallback = Box<dyn Fn(DeviceLostReason, String) + Send>;

Aliased Type§

struct DeviceLostCallback(/* private fields */);