fn distance_between(prev: &Syntax<'_>, next: &Syntax<'_>) -> (u32, u32)
Expand description

Return the distance between two syntax nodes, as a tuple of number of lines and number of columns.