Trait Alias StateStoreReadChangeLogIter

Source
trait StateStoreReadChangeLogIter = StateStoreIter<StateStoreReadLogItem>
    + Send
    + 'static;