pub type TestStateMapIter<'a, K, V> = StateMapIter<'a, K, V, TestStateApi>;
Expand description

An alias for StateMapIter that fixes the HasStateApi type to TestStateApi.