Type Alias wgpu::ErrorSource
source · pub type ErrorSource = Box<dyn Error + Send + Sync + 'static>;
Expand description
Lower level source of the error.
Send + Sync
varies depending on configuration.
Aliased Type§
struct ErrorSource(/* private fields */);