pub type ResolvedName = String<MAX_RESOLVED_NAME_LEN>;
Owned storage for a resolved (fully-qualified) entity name.
pub struct ResolvedName { /* private fields */ }