pub trait ContainsNestedPart<NestedPart, Index>: Part { }
Expand description

(internal) Check whether a part is nested inside another part.

Implementors

(internal) A part contains itself as a nested part.

(internal) A part contains a nested part if it contains the outer part of the nested part.