pub trait RangeLike {
// Required methods
fn to_location(&self, url: &Url) -> Location;
fn to_lsp_range(&self) -> Range;
}
pub trait RangeLike {
// Required methods
fn to_location(&self, url: &Url) -> Location;
fn to_lsp_range(&self) -> Range;
}