Struct source_map::Span [−][src]
Expand description
A start and end. Also contains trace of original source
Fields
start: usize
end: usize
source_id: SourceId
Implementations
Returns whether the end of self
is the start of other
Returns a new Span
which starts at the start of self
a ends at the end of other
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Span
impl UnwindSafe for Span
Blanket Implementations
Mutably borrows from an owned value. Read more