pub type TestStateMapIterMut<'a, K, V> = StateMapIterMut<'a, K, V, TestStateApi>;
Expand description

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