pub struct Span { /* fields omitted */ }
A region of source code, along with macro expansion information.
The span of the invocation of the current procedural macro.
Identifiers created with this span will be resolved as if they were
written directly at the macro call location (call-site hygiene) and
other code at the macro call site will be able to refer to them as well.
Performs copy-assignment from source
. Read more
Prints a span in a form convenient for debugging.
Formats the value using the given formatter. Read more