Function xfind::rfind[][src]

pub fn rfind<R>(needle: &[u8], rdr: &mut R) -> Option<Result<usize>> where
    R: Read + Seek
Expand description

Returns the index of the last occurrence of the given needle in the stream.