Function io_interner::hash[][src]

pub fn hash<R1: Read, H: Hasher>(x: R1, state: &mut H) -> Result<()>

Hash the contents of the reader x to state.

Errors

See io::copy.