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