You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would help the event processor orient itself in the input stream (perhaps it needs to output some error message that does not pertain to the syntax).
The text was updated successfully, but these errors were encountered:
At the moment, you can use the Position trait, which is implemented for EventReader. This, unfortunately, does prevent you from using the into_iter() interface.
In the new version of the API, I'll have to think about how to fit it in. Thanks!
This would help the event processor orient itself in the input stream (perhaps it needs to output some error message that does not pertain to the syntax).
The text was updated successfully, but these errors were encountered: