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