Home
last modified time | relevance | path

Searched refs:SpanRange (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Derror.rs112 span: ThreadBound<SpanRange>,
119 struct SpanRange { struct
166 span: ThreadBound::new(SpanRange { in new()
200 span: ThreadBound::new(SpanRange { start, end }), in new_spanned()
213 let SpanRange { start, end } = match self.messages[0].span.get() { in span() localVariable
345 span: ThreadBound::new(SpanRange { start, end }), in new2()
397 impl Clone for SpanRange { implementation
403 impl Copy for SpanRange {} implementation