Type Alias CachedIdent

Source
pub type CachedIdent = Cached<Ident>;
Expand description

Ident with cached string representation.

Aliased Typeยง

struct CachedIdent { /* private fields */ }