Trait StoreFromIterator

trait StoreFromIterator<K, V>: FromIterator<(K, V)>

A store that can be built from a tuple iterator.

Implementors