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: Position
The range’s start position.
end: Position
The range’s end position.