pub type Ident = Ck<RustIdent>;
Borrowed checked string containing a Rust identifier.
See RustIdent for more details.
RustIdent
#[repr(transparent)]pub struct Ident { /* private fields */ }