Type Definition prop::Eq

source[]
pub type Eq<T, U> = And<Imply<T, U>, Imply<U, T>>;
Expand description

Logical EQ.

Trait Implementations

The output type for commuted product.

Commutes product.

Creates a product out of two propositions.