Function io_interner::find

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

Checks if the contents of needle are in haystack.

Errors

See io_op.