Type Alias DeviceLostClosure
pub type DeviceLostClosure = Box<dyn FnOnce(DeviceLostReason, String) + Send>;Available on crate feature
unstable-wgpu-27 only.Aliased Typeยง
pub struct DeviceLostClosure(/* private fields */);