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