pub type IdentBuf<B = String> = Check<RustIdent, B>;
Owned checked string containing a Rust identifier.
See RustIdent for more details.
RustIdent
struct IdentBuf<B = String> { /* private fields */ }