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
The Stop variants are tuple structs. This can be nice for pattern matching, but is unhelpful when we are presenting two PIDs (e.g. in Stop::Exec.
Revisit this, and probably switch to variants with named fields. Explore whether there is value in adding a struct for the data associated with each stop type.
The text was updated successfully, but these errors were encountered:
The
Stop
variants are tuple structs. This can be nice for pattern matching, but is unhelpful when we are presenting two PIDs (e.g. inStop::Exec
.Revisit this, and probably switch to variants with named fields. Explore whether there is value in adding a struct for the data associated with each stop type.
The text was updated successfully, but these errors were encountered: