[src]

Trait std::cmp::TotalEq

pub trait TotalEq: Eq { }

Trait for equality comparisons where a == b and a != b are strict inverses.

Implementors