IdentBuf

Type Alias IdentBuf 

Source
pub type IdentBuf<B = String> = Check<RustIdent, B>;
Expand description

Owned checked string containing a Rust identifier.

See RustIdent for more details.

Aliased Typeยง

#[repr(transparent)]
pub struct IdentBuf<B = String> { /* private fields */ }