pub type TestStateSetIter<'a, T> = StateSetIter<'a, T, TestStateApi>;
Expand description

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