strck_ident::unicode

Type Alias IdentBuf

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

Owned checked string containing a Unicode identifier.

See UnicodeIdent for more details.

Aliased Typeยง

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