mz_sql_lexer::lexer

Type Alias IdentString

Source
pub type IdentString = MaxLenString<MAX_IDENTIFIER_LENGTH>;
Expand description

Newtype that limits the length of identifiers.

Aliased Typeยง

struct IdentString(/* private fields */);