pub type DeviceLostCallback = Box<dyn Fn(DeviceLostReason, String) + Send + 'static>;
Available on send_sync only.

Aliased Type§

struct DeviceLostCallback(/* private fields */);