pub type IsNotDistinctFrom<Lhs, Rhs> = Grouped<IsNotDistinctFrom<Lhs, AsExpr<Rhs, Lhs>>>;
Expand description
The return type of lhs.is_not_distinct_from(rhs)
Aliased Typeยง
struct IsNotDistinctFrom<Lhs, Rhs>(/* private fields */);
pub type IsNotDistinctFrom<Lhs, Rhs> = Grouped<IsNotDistinctFrom<Lhs, AsExpr<Rhs, Lhs>>>;
The return type of lhs.is_not_distinct_from(rhs)
struct IsNotDistinctFrom<Lhs, Rhs>(/* private fields */);