Type Definition prop::Iff

source · []
pub type Iff<T, U> = Eq<T, U>;
Expand description

Alternative to Logical EQ.