pub fn find_line<'a, R: AsMut<dyn Read + 'a>>( reader: R, span: (usize, usize), ) -> Result<(String, usize, (usize, usize))>
Find the line corresponding to the given position.