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
A sensible default for a MultiMap would be an empty map, like you get with a standard HashMap. Not having an implementation of Default prevents structs using MultiMap fields from deriving from Default.