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
To do some custom substition of output on certain events, I need use a for event in events { and then push some events (that I don't want to change), or write my custom stuff to the string directly.
To do some custom substition of output on certain events, I need use a
for event in events {
and then push some events (that I don't want to change), or write my custom stuff to the string directly.Pushing a single element has a meh API:
🤷
If
push
was at least takingIntoIterator
, then it would be better. Otherwise another trait method that does the[event].into_iter()
would be nice.The text was updated successfully, but these errors were encountered: