pub struct Hasher {
bytes: Bytes,
}
Fields
bytes: Bytes
Implementations
fn write_str(
refmut self,
s: str,
)
fn write_str(
refmut self,
s: str,
)
Writes a single str
into this hasher.
pub struct Hasher {
bytes: Bytes,
}
bytes: Bytes
Writes a single str
into this hasher.