strck_ident::rust

Type Alias Ident

source
pub type Ident = Ck<RustIdent>;
Expand description

Borrowed checked string containing a Rust identifier.

See RustIdent for more details.

Aliased Typeยง

struct Ident { /* private fields */ }