Function io_interner::hash

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

Hash the contents of the reader x to state.

Errors

See io_unary_op.