pub trait UncapturedErrorHandler:
Fn(Error)
+ Send
+ Sync
+ 'static { }Available on crate feature
unstable-wgpu-27 only.Expand description
The callback of Device::on_uncaptured_error().
It must be a function with this signature.