Module std::collections::hash_state [] [src]

Reexports

use core::prelude::v1::*;
use clone::Clone;
use default::Default;
use hash;
use marker;

Structs

DefaultState

A structure which is a factory for instances of Hasher which implement the default trait.

Traits

HashState

A trait representing stateful hashes which can be used to hash keys in a HashMap.