CachedIdent

Type Alias CachedIdent 

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

Ident with cached string representation.

Aliased Typeยง

pub struct CachedIdent { /* private fields */ }