Type Alias IsContainedByOrEq

Source
pub type IsContainedByOrEq<Lhs, Rhs> = IsContainedByNetLoose<Lhs, Rhs>;

Aliased Typeยง

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