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 */ }
pub type IdentBuf<B = String> = Check<UnicodeIdent, B>;
Owned checked string containing a Unicode identifier.
See UnicodeIdent
for more details.
struct IdentBuf<B = String> { /* private fields */ }