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