Type Alias wgpu::core::naga::SpanContext

source ·
pub type SpanContext = (Span, String);
Available on wgpu_core only.
Expand description

A source code span together with “context”, a user-readable description of what part of the error it refers to.