Type Alias naga::SpanContext
source · pub type SpanContext = (Span, String);
Expand description
A source code span together with “context”, a user-readable description of what part of the error it refers to.
pub type SpanContext = (Span, String);
A source code span together with “context”, a user-readable description of what part of the error it refers to.