pub type ChildName = ArcRef<str>;
A reference to the name of a child expression.
pub struct ChildName(/* private fields */);