LineIndexExt

Trait LineIndexExt 

Source
pub trait LineIndexExt {
    // Required methods
    fn offset_lsp(&self, line_col: Position) -> TextSize;
    fn offset_lsp_range(&self, line_col: Range) -> TextRange;
    fn line_col_lsp(&self, offset: TextSize) -> Position;
    fn line_col_lsp_range(&self, offset: TextRange) -> Range;
}

Required Methods§

Source

fn offset_lsp(&self, line_col: Position) -> TextSize

Source

fn offset_lsp_range(&self, line_col: Range) -> TextRange

Source

fn line_col_lsp(&self, offset: TextSize) -> Position

Source

fn line_col_lsp_range(&self, offset: TextRange) -> Range

Implementors§