Function io_interner::rfind

source ·
pub fn rfind<R1: Read + Seek, R2: Read + Seek>(
    haystack: R1,
    needle: R2
) -> Result<Option<IOPos>>
Expand description

Checks if the contents of needle are in haystack starting from the end.

Errors

See io_op.