Trait method lrs::hash::Hasher::write_u8

Adds a u8 to the hasher.

Syntax

fn write_u8(&mut self, val: u8) -> ()

Arguments

NameDescription
val

The value to add to the hash state.