Like ChildName, except it holds a string slice rather than an allocated string. For
example, the [Moniker] API uses this to return path segments without making an allocation.
A ChildName locally identifies a child component instance using the name assigned by
its parent and its collection (if present). It is the building block of [Moniker].