Type Alias mz_sql_lexer::lexer::IdentString
source · pub type IdentString = MaxLenString<MAX_IDENTIFIER_LENGTH>;
Expand description
Newtype that limits the length of identifiers.
Aliased Type§
struct IdentString(/* private fields */);