pub type ErrorSource = Box<dyn Error + Sync + Send>;Available on crate feature
unstable-wgpu-28 and send_sync only.Expand description
Lower level source of the error.
Send + Sync varies depending on configuration.
Aliased Typeยง
pub struct ErrorSource(/* private fields */);