Type Alias IsContainedBy

Source
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 */);