pub type SourceSpan = Span;
Expand description
Unevaluated source span. The raw source span is unsafe to serialize and deserialize. Because the real source location is only known during liveness of the compiled document.
Aliased Typeยง
struct SourceSpan(/* private fields */);