Function io_interner::eq

source ·
pub fn eq<R1: Read, R2: Read>(x: R1, y: R2) -> Result<bool>
Expand description

Checks if the contents of the reader x are the ones of y.

Errors

See io_op.