Function reproto_core::utils::find_line [] [src]

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

Find the line corresponding to the given position.