pub fn find_next_line_range(text: &str, index: usize) -> Option<Range<usize>>
Expand description