Function find_line

Source
pub fn find_line<'a, R: AsMut<dyn Read + 'a>>(
    reader: R,
    span: (usize, usize),
) -> Result<(String, usize, (usize, usize))>
Expand description

Find the line corresponding to the given position.