[][src]Type Definition transact::state::hashmap::States

type States = HashMap<String, State>;

A collection of states.

Contains immutable individual states and insert new states instead of updating existing states.