Function reproto_core::utils::find_range [] [src]

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

Find the range corresponding to the given position.