Type Definition esparse::ast::SpanRc [] [src]

type SpanRc = SpanT<Rc<String>>;

A SpanT with a reference-counted file name.

Useful for creating SpanTs which own their file name, but more expensive to clone than a regular Span.