Enum moore_vhdl_syntax::lexer::categorizer::Category [−][src]
pub enum Category {
Letter,
Digit,
Special,
Space,
Other,
}
Expand description
A character category. Special means the special characters as defined by the VHDL standard to be meaningful syntactically.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Category
impl UnwindSafe for Category
Blanket Implementations
Mutably borrows from an owned value. Read more