Struct jsonc_parser::common::Range [−][src]
Expand description
Positional information about a start and end point in the text.
Fields
start: usizeStart byte index of the node in the text.
end: usizeEnd byte index of the node in the text.
start_line: usizeLine of the start position of the node in the text.
end_line: usizeLine 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
