strck_ident::rust

Type Alias IdentBuf

source
pub type IdentBuf<B = String> = Check<RustIdent, B>;
Expand description

Owned checked string containing a Rust identifier.

See RustIdent for more details.

Aliased Typeยง

struct IdentBuf<B = String> { /* private fields */ }