pub type IdentBuf<B = String> = Check<UnicodeIdent, B>;Expand description
Owned checked string containing a Unicode identifier.
See UnicodeIdent for more details.
Aliased Typeยง
#[repr(transparent)]pub struct IdentBuf<B = String> { /* private fields */ }