reem / rust-typemap

A typesafe store keyed by types and containing different types of values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map equality testing

SoniEx2 opened this issue · comments

Is there any way to have Eq and PartialEq impl for TypeMaps which support Eq and PartialEq for keys and values?