Closed marmistrz closed 5 years ago
If ProviderRef implemented Debug and PeerInfo implemented PartialEq, I could just write
ProviderRef
Debug
PeerInfo
PartialEq
assert_eq!(pi, pi2);
If
ProviderRef
implementedDebug
andPeerInfo
implementedPartialEq
, I could just write