pub type CharRange = LspRange;👎Deprecated: Use
LspRange instead.Expand description
The legacy name of the character range.
Aliased Type§
struct CharRange {
pub start: Position,
pub end: Position,
}Fields§
§start: PositionThe range’s start position.
end: PositionThe range’s end position.