Struct jsonc_parser::common::Range [−][src]
Expand description
Positional information about a start and end point in the text.
Fields
start: usize
Start byte index of the node in the text.
end: usize
End byte index of the node in the text.
start_line: usize
Line of the start position of the node in the text.
end_line: usize
Line of the end position of the node in the text.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Range
impl UnwindSafe for Range
Blanket Implementations
Mutably borrows from an owned value. Read more