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
This could be used in std::cmp::PartialEq, for example, allowing implementors to implement eithereq() or ne() and be provided with the other.
The text was updated successfully, but these errors were encountered:
BlacklightShining
changed the title
Allow traits to provide default implementations and require implementors to implement at least one of a set of methods
Allow traits to require implementors to implement at least one of a set of methods
May 30, 2015
This could be used in
std::cmp::PartialEq
, for example, allowing implementors to implement eithereq()
orne()
and be provided with the other.The text was updated successfully, but these errors were encountered: