Function io_interner::eq[][src]

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

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

Errors

See io::copy.