Function find_range

Source
pub fn find_range<'a, R: AsMut<dyn Read + 'a>, S: Into<Span>>(
    reader: R,
    span: S,
    encoding: Encoding,
) -> Result<(Position, Position)>
Expand description

Find the range corresponding to the given position.