pub type CachedIdent = Cached<Ident>;
Ident with cached string representation.
Ident
struct CachedIdent { /* private fields */ }