pub type IdentBuf<B = String> = Check<RustIdent, B>;Expand description
Owned checked string containing a Rust identifier.
See RustIdent for more details.
Aliased Type§
pub struct IdentBuf<B = String> { /* private fields */ }Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.