Type Alias Eq

Source
pub type Eq<Lhs, Rhs> = Grouped<Eq<Lhs, AsExpr<Rhs, Lhs>>>;
Expand description

The return type of lhs.eq(rhs)

Aliased Typeยง

pub struct Eq<Lhs, Rhs>(/* private fields */);