HashStateExTrait

Extension trait for hash state accumulators.

Fully qualified path: core::hash::HashStateExTrait

pub trait HashStateExTrait<S, T>

Trait functions

update_with

Updates the hash state with the given value.

Fully qualified path: core::hash::HashStateExTrait::update_with

fn update_with(self: S, value: T) -> S