pub type DeviceLostCallback = Box<dyn Fn(DeviceLostReason, String) + Send>;
Available on crate feature wgpu and send_sync only.

Aliased Type§

struct DeviceLostCallback(/* private fields */);