pub trait StrExt {
// Required method
fn point_delta(&self) -> Point;
}Required Methods§
Sourcefn point_delta(&self) -> Point
fn point_delta(&self) -> Point
Returns a Point describing the tree-sitter point that would
be reached after inserting this UTF-8 text.