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
If I take a Headers by value (moving it into my function), I want to avoid copying them. For that reason it would be useful if either Headers::remove would return the popped item (as HashMap::remove does), or if a new method was added.