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
We need to iterate on them in here so that's why we make them iterable here.
We also need to make some keys active/inactive (if any error occurs) here and that's why I preferred struct.
Do you have any suggestion?
It looks like WorkingKeys can be an Enum.
And so
state.working_keys
can be a simple array, or if you insist for the uniqueness, it can be a BTreeSet.The text was updated successfully, but these errors were encountered: