pub type IdentBuf<B = String> = Check<UnicodeIdent, B>;Expand description
Owned checked string containing a Unicode identifier.
See UnicodeIdent 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.