Struct g_code::parse::ast::Span [−][src]
A range of u8 in the raw text of the program. Useful for providing diagnostic information in higher-level tooling.
The end of the span is exclusive.
Trait Implementations
impl StructuralEq for Span[src]
impl StructuralEq for Span[src]impl StructuralPartialEq for Span[src]
impl StructuralPartialEq for Span[src]Auto Trait Implementations
impl RefUnwindSafe for Span
impl RefUnwindSafe for Spanimpl UnwindSafe for Span
impl UnwindSafe for Span