ErrorSource

Type Alias ErrorSource 

Source
pub type ErrorSource = Box<dyn Error + Sync + Send>;
Available on crate feature unstable-wgpu-26 only.
Expand description

Lower level source of the error.

Send + Sync varies depending on configuration.

Aliased Typeยง

pub struct ErrorSource(/* private fields */);