If I impl the Eq as std said:
impl Eq for foo {}
What will happend?
And I can't find any method or notation to use Eq?
will compiler treat Eq just like Partial Eq?
Thank you!
If I impl the Eq as std said:
impl Eq for foo {}
What will happend?
And I can't find any method or notation to use Eq?
will compiler treat Eq just like Partial Eq?
Thank you!