wgpu

Type Alias 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 */);